Jump to content

Code to dismiss keyboard when user is done inputting values in Preferences


20 posts in this topic

Recommended Posts

Updated (edited)

Add this to your .mm file, changes have this (!!!!!) next to them

Creates a Black Ops 3 style button in the middle of your screen, and when you tap it, it'll take away the keyboard.

Hidden Content

    #import <Preferences/Preferences.h>
    
    UIButton *dismissKeyboard; //!!!!! ADD THIS
    
    @interface aimbotListController: PSListController {
    }
    @end
    
    @implementation aimbotListController
    - (id)specifiers {
    if(_specifiers == nil) {
    _specifiers = [[self loadSpecifiersFromPlistName:@"aimbot" target:self] retain];
    }
    return _specifiers;
    }
    
    /*ADD THIS CODE WHERE YOU SEE IT IN YOUR .mm*/
    /*COPY FROM HERE UNTIL IT SAYS END AND PASTE IN YOUR .mm*/
    - (void)viewDidAppear:(BOOL)arg1 {
    dismissKeyboard = [UIButton buttonWithType:UIButtonTypeRoundedRect];
    dismissKeyboard.titleLabel.font = [UIFont fontWithName:@"Arial-BoldMT" size:22.0f];
    dismissKeyboard.frame = CGRectMake(0,0,60,30);
    dismissKeyboard.backgroundColor = [UIColor blackColor];
    dismissKeyboard.center = CGPointMake([UIApplication sharedApplication].keyWindow.rootViewController.view.frame.size.width/2,[UIApplication sharedApplication].keyWindow.rootViewController.view.frame.size.height/2);
    dismissKeyboard.alpha = 0.85;
    dismissKeyboard.hidden = YES;
    [dismissKeyboard setTitle:@"Done" forState:UIControlStateNormal];
    [dismissKeyboard addTarget:self action:@[member='selectorr'](closeKeyboard) forControlEvents:UIControlEventTouchUpInside];
    [dismissKeyboard setTitleColor:rgb(0xcc0000) forState:UIControlStateNormal];
    [[UIApplication sharedApplication].keyWindow addSubview:dismissKeyboard];
    
    [[NSNotificationCenter defaultCenter] addObserver:self selector:@[member='selectorr'](keyboardDidShow) name:UIKeyboardDidShowNotification object:nil];
    }
    
    //THIS TOO !!!!!
    - (void)keyboardDidShow {
    dismissKeyboard.hidden = NO;
    }
    
    //ALSO THIS !!!!!
    - (void)closeKeyboard {
    dismissKeyboard.hidden = YES;
    
    [[UIApplication sharedApplication] sendAction:selector(resignFirstResponder) to:nil from:nil forEvent:nil];
    }
    //END !!!!!!
    @end

Updated by Guest
Posted

iPads have this option by default but iPhones didn't in PSEditTextCells. xD

 

Thanks!!

Posted (edited)

iPads have this option by default but iPhones didn't in PSEditTextCells. xD

Thanks!!

No problem :) Stick around while I correct a typo, I'll let you know when I corrected it

iPads have this option by default but iPhones didn't in PSEditTextCells. xD

Thanks!!

Never mind, someone here has the username selector -_-

 

once the compiler gives an error, go to the line number and remove the extra 'r' in selector

Updated by Guest
  • Our picks

    • Train of Hope: Survival Game v1.11.0 +5 Jailed Cheats [ Damage & Defence ]
      Modded/Hacked App: Train of Hope: Survival Game By Samfinaco LLC
      Bundle ID: com.samfinaco.tos
      iTunes Store Link: https://apps.apple.com/us/app/train-of-hope-survival-game/id6636482655?uo=4

       
       

      🤩 Hack Features

      - Damage Multiplier
      - Defence Multiplier
      - God Mode
      - Unlimited Resources -> Will increase instead of decrease.
      - Unlimited Hero Experience -> Will increase instead of decrease.
        • Haha
        • Thanks
        • Winner
        • Like
      • 69 replies
    • Train of Hope: Survival Game v1.11.0 +5 Cheats [ Damage & Defence ]
      Modded/Hacked App: Train of Hope: Survival Game By Samfinaco LLC
      Bundle ID: com.samfinaco.tos
      iTunes Store Link: https://apps.apple.com/us/app/train-of-hope-survival-game/id6636482655?uo=4

       


      🤩 Hack Features

      - Damage Multiplier
      - Defence Multiplier
      - God Mode
      - Unlimited Resources -> Will increase instead of decrease.
      - Unlimited Hero Experience -> Will increase instead of decrease.
        • Agree
        • Winner
        • Like
      • 51 replies
    • Amikin Village: Magic Sim RPG v1.3.0 +5 Jailed Cheats [ Damage + More ]
      Modded/Hacked App: Amikin Village: Magic Sim RPG By HELIO LTD
      Bundle ID: com.heliogames.amikin.survival
      App Store Link: https://apps.apple.com/us/app/amikin-village-magic-sim-rpg/id6478102304?uo=4

       


      🤩 Hack Features

      - Damage Multiplier
      - God Mode
      - Speed Multiplier
      - Unlimited Weapon Durability
      - Split Hack
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 336 replies
    • SpongeBob Adventures: In A Jam v2.25.1 +1++ Jailed Cheats [ Everything ]
      Modded/Hacked App: SpongeBob Adventures: In A Jam By Tilting Point LLC
      Bundle ID: com.tiltingpoint.sbadventures
      iTunes Store Link: https://apps.apple.com/us/app/spongebob-adventures-in-a-jam/id1641251535?uo=4


      Hack Features:
      - Unlimited Everything -> Will increase instead of decrease.


      Jailbreak required hack(s): [Mod Menu Hack] SpongeBob Adventures: In A Jam +20++ Cheats [ Cheat Menu ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 152 replies
    • SpongeBob Adventures: In A Jam v2.25.1 +1++ Cheats [ Everything ]
      Modded/Hacked App: SpongeBob Adventures: In A Jam By Tilting Point LLC
      Bundle ID: com.tiltingpoint.sbadventures
      iTunes Store Link: https://apps.apple.com/us/app/spongebob-adventures-in-a-jam/id1641251535?uo=4


      Hack Features:
      - Unlimited Everything -> Will increase instead of decrease.


      Non-Jailbroken & No Jailbreak required hack(s): [No Jailbreak Required] SpongeBob Adventures: In A Jam +20++ Jailed Cheats [ Cheat Menu ] - ViP Non-Jailbroken Hacks & Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 168 replies
    • Dragoneer Squad: Idle v1.0.14 +3 Jailed Cheats [ Damage & Defence ]
      Modded/Hacked App: Dragoneer Squad: Idle By DAERI SOFT
      Bundle ID: com.daerigame.dragon
      App Store Link: https://apps.apple.com/us/app/dragoneer-squad-idle/id6746182414?uo=4

       


      🤩 Hack Features

      - Damage Multiplier
      - Defence Multiplier
      - God Mode
        • Informative
        • Winner
        • Like
      • 15 replies
    • Dragoneer Squad: Idle v1.0.14 +3 Cheats [ Damage & Defence ]
      Modded/Hacked App: Dragoneer Squad: Idle By DAERI SOFT
      Bundle ID: com.daerigame.dragon
      App Store Link: https://apps.apple.com/us/app/dragoneer-squad-idle/id6746182414?uo=4

       


      🤩 Hack Features

      - Damage Multiplier
      - Defence Multiplier
      - God Mode
        • Thanks
        • Winner
        • Like
      • 27 replies
    • Amikin Village: Magic Sim RPG v1.3.0 +5 Cheats [ Damage + More ]
      Modded/Hacked App: Amikin Village: Magic Sim RPG By HELIO LTD
      Bundle ID: com.heliogames.amikin.survival
      App Store Link: https://apps.apple.com/us/app/amikin-village-magic-sim-rpg/id6478102304?uo=4

       
       

      🤩 Hack Features

      - Damage Multiplier
      - God Mode
      - Speed Multiplier
      - Unlimited Weapon Durability
      - Split Hack
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 119 replies
    • Zombie State: FPS Shooter v2.4.2 +13 Jailed Cheats [ Damage & Defence ]
      Modded/Hacked App: Zombie State: Survival game By MYGAMES MENA FZ LLC
      Bundle ID: games.my.zombie.shooter
      App Store Link: https://apps.apple.com/us/app/zombie-state-survival-game/id6451382835?uo=4

       
       

      🤩 Hack Features

      - Freeze Currencies
      - Freeze Ammo
      - No Recoil
      - No Spread
      - Increased Fire Rate

      VIP
      - Damage Multiplier
      - Defence Multiplier
      - God Mode
      - Move Speed Multiplier
      - Unlimited Currencies
      - Kill All Enemies
      - Become Invisible
      - Battle Pass Purchased
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 109 replies
    • Zombie State: FPS Shooter v2.4.2 +13 Cheats [ Damage & Defence ]
      Modded/Hacked App: Zombie State: Survival game By MYGAMES MENA FZ LLC
      Bundle ID: games.my.zombie.shooter
      App Store Link: https://apps.apple.com/us/app/zombie-state-survival-game/id6451382835?uo=4

       


      🤩 Hack Features

      - Freeze Currencies
      - Freeze Ammo
      - No Recoil
      - No Spread
      - Increased Fire Rate

      VIP
      - Damage Multiplier
      - Defence Multiplier
      - God Mode
      - Move Speed Multiplier
      - Unlimited Currencies
      - Kill All Enemies
      - Become Invisible
      - Battle Pass Purchased
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 86 replies
    • Goblins Wood: Tycoon Idle Sim v2.52.3 +1++ Jailed Cheat [ Unlimited Currencies ]
      Modded/Hacked App: Goblins Wood: Tycoon Idle Sim By ProGamesLab LTD
      Bundle ID: idle.goblins.wood.tycoon
      iTunes Store Link: https://apps.apple.com/us/app/goblins-wood-tycoon-idle-sim/id6446766326?uo=4


      Hack Features:
      - Unlimited Currencies -> Will increase instead of decrease.


      Jailbreak required hack(s): [Mod Menu Hack] Goblins Wood: Tycoon Idle Sim v2.42.0 +1++ Cheat [ Unlimited Currencies ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
        • Agree
        • Thanks
        • Winner
        • Like
      • 40 replies
    • Goblins Wood: Tycoon Idle Sim v2.52.3 +1++ Cheat [ Unlimited Currencies ]
      Modded/Hacked App: Goblins Wood: Tycoon Idle Sim By ProGamesLab LTD
      Bundle ID: idle.goblins.wood.tycoon
      iTunes Store Link: https://apps.apple.com/us/app/goblins-wood-tycoon-idle-sim/id6446766326?uo=4


      Hack Features:
      - Unlimited Currencies -> Will increase instead of decrease.


      Non-Jailbroken & No Jailbreak required hack(s): [IPA Mod Menu] Goblins Wood: Tycoon Idle Sim v2.42.0 +1++ Jailed Cheat [ Unlimited Currencies ] - Free Non-Jailbroken IPA Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
        • Informative
        • Agree
        • Thanks
        • Winner
        • Like
      • 51 replies
×
  • 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