kalaichelvan

Results 5 comments of kalaichelvan

@aporat any update on this issue? still having problem

How did you achieve that? Can you share the code?

i managed to do so anyway below is my code - (void)handleFirstTime { BOOL firstTime = [[NSUserDefaults standardUserDefaults] boolForKey:@"FirstTime"]; if (firstTime) { ``` if ([KKKeychain setString:@"NO" forKey:@"passcode_on"]) { [KKKeychain setString:@""...

@vinhnx I managed to solve the problem. will update the code later when I back to my computer. So others can benefit from it.

Is there any solution so far for this problem? When the app is launched, first tabbar item is raised slightly higher. However if the device is rotated, the icon is...