Jump to content

bus991

Senior Member
  • Posts

    1,096
  • Joined

  • Last visited

Profile Information

  • iDevice
    iPhone 8
  • iOS Version
    12.4
  • Jailbroken
    Yes
  • Rooted
    No
  • Gender
    Male
  • Location
    United States
  • Interests
    Modifying applications and programming.
  • Donor
    Member has made a donation to iOSGods.

Recent Profile Visitors

29,037 profile views

bus991's Achievements

Newbie

Newbie (1/14)

  • Becoming Popular
  • Gaining Attraction
  • Well Followed
  • Uber-famous
  • Extremely Popular

Recent Badges

17.2k

Reputation

6

Community Answers

Single Status Update

See all updates by bus991

    1. bus991

      bus991

      I see look in PM I need it to have the same size on iPhone and ipad

    2. Elreys
    3. bus991

      bus991

      Ok I’ll wait till you tell me how to set it dynamically 

    4. Elreys

      Elreys

      Tweak.xm

       UIButton *openButton = [UIButton buttonWithType:UIButtonTypeRoundedRect];
          //UIImage *btnImage = [UIImage imageNamed:@"/private/var/mobile/deadislandsurvivorshack/img.png"];
              
          
          openButton.frame = CGRectMake((main.frame.size.width/2)-15, (main.frame.size.height/2)+5, 50, 50);
          openButton.backgroundColor = [UIColor blackColor];
          [openButton setTitle:@"~ActivateCheats~" forState:UIControlStateNormal];
          //[openButton setImage:btnImage forState:UIControlStateNormal];
          openButton.tintColor = [UIColor whiteColor];
          
          [openButton sizeToFit];

      ModMenu.m
       

       CGFloat width = mainView.frame.size.width;
          CGFloat height = mainView.frame.size.height;
          
          self = [super initWithFrame:CGRectMake(0, -10, 200, 250)];
          self.alpha = 0;
          
          if(blur)
              self.backgroundColor = [UIColor clearColor];
          else
              self.backgroundColor = [UIColor blackColor];
      
          self.center = mainView.center;
          self.layer.cornerRadius = 15;
          self.layer.borderColor = theme.CGColor;
          self.layer.borderWidth = 2;

       

×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines