Search results

  • ...aved. For this objective there are various APIs; aside from the {{ObjcCall|NSDictionary|writeToFile:atomically:}}, there's the CFPreferences family of functions. T NSDictionary *preferences = @{ @"enabled":@YES, @"title":@"An Awesome Tweak!"};
    10 KB (1,154 words) - 07:06, 2 December 2018
  • ...ame:@"Custom.Message.Name" dictionary:@{ @"key": @"value" } replyHandler:^(NSDictionary *response) { ...ame:@"Custom.Message.Name" dictionary:@{ @"key": @"value" } replyHandler:^(NSDictionary *response) {
    4 KB (560 words) - 23:44, 6 August 2016
  • - (NSDictionary *)handleMessageNamed:(NSString *)name withUserInfo:(NSDictionary *)userInfo { return [NSDictionary dictionaryWithObjectsAndKeys:@"key", @"object", nil];
    7 KB (861 words) - 15:24, 28 May 2021
  • -(void)recordApplicationEvent:(NSDictionary*)event; -(void)recordApplicationEvent:(NSDictionary*)event {
    3 KB (371 words) - 09:10, 6 February 2010
  • - (NSDictionary *)handleMessageNamed:(NSString *)name withUserInfo:(NSDictionary *)userinfo { NSDictionary *reply;
    3 KB (269 words) - 23:47, 12 May 2017
  • -(void)setValueChangedTarget:(id)target action:(SEL)action userInfo:(NSDictionary*)info { specifier.titleDictionary = [NSDictionary dictionaryWithObjects:[NSArray arrayWithObjects:@"Title 1",@"Title 2",@"Tit
    28 KB (3,489 words) - 13:10, 28 May 2021
  • if ([shortcutActionsObject isKindOfClass:[NSDictionary class]]){ NSDictionary *newShortDict = [[NSDictionary alloc] initWithDictionary:mutableShortcutActionsObject];
    5 KB (551 words) - 04:14, 13 November 2022
  • NSDictionary* userInfo = [note userInfo]; userInfo:[NSDictionary dictionaryWithObject:@"hello" forKey:@"message"]];
    3 KB (307 words) - 16:13, 26 October 2014
  • ...ng: is enabled, then the developer can pick which image to take from the [[NSDictionary]].
    2 KB (233 words) - 13:44, 28 May 2021
  • [NSDictionary dictionaryWithObjectsAndKeys: | NSDictionary
    9 KB (1,300 words) - 22:13, 30 November 2016
  • |signature=-(NSDictionary*)scriptingInfoWithChildren; This function returns an NSDictionary with contains some information e.g. geometry, class name, etc.
    7 KB (861 words) - 02:39, 29 September 2013
  • NSDictionary *info = @{@"amc": @1, @"ams": [[item body] string]};
    9 KB (1,158 words) - 22:19, 1 February 2021
  • ...OL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
    2 KB (155 words) - 03:06, 8 July 2022
  • NSDictionary *filterAttributes = @{@"inputReversed":[NSNumber numberWithBool:[self _inpu
    1 KB (99 words) - 00:43, 23 December 2016
  • ...OL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
    7 KB (1,156 words) - 04:38, 11 May 2018
  • // finally just call -statisticsValues. An NSDictionary is returned.
    2 KB (255 words) - 16:19, 27 June 2015
  • NSDictionary *applications = [[ALApplicationList sharedApplicationList] applicationsFilt
    6 KB (650 words) - 04:20, 8 May 2021
  • ...ults plist in <code>/var/mobile/Library/Preferences</code> via creating an NSDictionary, using NSUserDefaults or CFPreferences... family functions, get the object
    14 KB (1,915 words) - 05:29, 4 August 2017
  • ...tt> <tt>- (void)matchResult:(BiometricKitIdentity *)result withDictionary:(NSDictionary *)dictionary</tt>
    9 KB (1,061 words) - 02:53, 31 October 2014
  • [c sendMessageName:@"myMessageName" userInfo:nil]; //send an NSDictionary here to pass data
    16 KB (2,419 words) - 01:13, 10 August 2016
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)