Skip to main content

All Questions

Tagged with
1 vote
1 answer
1k views

Objective c: iOS 13+ programmatically setting initially root view controller

I am trying to set an initial root view controller programmatically using SceneDelegate in iOS 14 (no storyboard at all). I have followed https://medium.com/@sapa.tech/xcode-11-3-remove-storyboard-...
Beck's user avatar
  • 15
0 votes
1 answer
556 views

Application starts from Home Screen if app remains in the background for more than 30 seconds instead of showing the screen when it went to background

My iOS application is kind of messaging app, so user can send audio, video, images, etc. When user typing the message and app went background for more than 30 seconds then app launches from Home ...
Kolluru Nagalakshmi's user avatar
8 votes
3 answers
1k views

NSKeyValuePopPendingNotificationLocal Crash on iOS 13 and 14

I am getting a crash on the live app I am working on and I can't seem to recreate or find the issue. This is the crash output: `Crashed: NSOperationQueue 0x123e7d5c0 (QOS: UNSPECIFIED) 0 libobjc.A....
Bhoopendra Umrao's user avatar
0 votes
1 answer
327 views

NSNumberFormatter bug on iOS 14

Seems like there is a bug with NSNumberFormatter on iOS14 when your region is set to Cambodia where the amount is being formatted to "1.234,56" which is not the format being used there. It ...
jamieaguinaldo's user avatar
0 votes
1 answer
160 views

How to flip two views Objective C iOS 13

I have two views that flip (like Turing over a card horizontally). iOS 13 has depreciated the begin animations code and I'm trying to figure out how to use [UIView animateWithDuration:delay:options:...
MB.'s user avatar
  • 723
2 votes
1 answer
2k views

Xcode 11.5 Undefined symbols for architecture arm64 when using .C source

I'm attempting to use some C code in a Swift project for iOS. The C code comes with a makefile that will compile a static .a library for the x86_64 architecture. Obviously, to use this code in iOS we ...
pinglock's user avatar
  • 1,192
-1 votes
1 answer
387 views

Crash IOS 13 and Xcode 11 in NSKeyValueCoding

The app crashed several times after couple of minutes of use on iPhone and iPad running IOS 13.5. Yet, it did not have issues when running IOS 12. I have analized crash log reports of devices, whether ...
秦楚豪's user avatar
1 vote
1 answer
3k views

Presenting the ViewController in full screen

I am presenting a view controller in a button action as follows, PromptController *obj = [[[PromptController alloc]initWithNibName:@"PromptController" bundle:nil]autorelease]; ...
Varun P V's user avatar
  • 1,185
0 votes
1 answer
299 views

Launch Image source in xcode did not show

In my xcode 11.5, I am not able to see Launch Image Source from path Target->General->App icons and Launch Images-> Launch image source I have referred following link but it does not help me....
iPhone's user avatar
  • 4,160
0 votes
3 answers
443 views

iOS 13 UIPanGestureRecognizer selector not called

I'm facing an issue whereby UIPanGestureRecognizer selector is not being called. UIPanGestureRecognizer is being tied to a WKWebView and its delegate to self (view controller). UIPanGestureRecognizer ...
Meh Meh's user avatar
0 votes
1 answer
488 views

How to create vibration with customized duration on ios's objectiveC?

I am using UIImpactFeedbackGenerator and UINotificationFeedbackGenerator to make vibrations, but I can't control the duration, is there a way to do it?
DevD's user avatar
  • 41
0 votes
0 answers
272 views

Deep link not redirect properly when app already installed in iOS 13

I have use deep link for confirm email in my application. I have manage URL scheme for app open. I have sent confirmation email on user registration. When user click on link mention in that ...
Yogendra Patel's user avatar
0 votes
1 answer
134 views

UITabbar UI issue in IOS 13 | XCode 11

When I run the application in XCode 11.1, UITabbar unselected items are not visible as shown in image UITabBarController *tController=[[UITabBarController alloc] init]; tController.tabBar....
Vidhyanand's user avatar
  • 5,357
1 vote
1 answer
717 views

SQLite3/SQLCipher crash only with iOS 13+

I have a test to get the column name and other metadata info from SQLite3 db. When I call sqlite3_column_database_name(pStmt, 0); my app crashes. This only happens when using it in conjunction with ...
Carla Camargo's user avatar
2 votes
1 answer
2k views

didRegisterForRemoteNotificationsWithDeviceToken not called for iOS 13 (Objective C)

I am using below code to register for push notification alert. UNUserNotificationCenter *center = [UNUserNotificationCenter currentNotificationCenter]; center.delegate = self; NSLog(@"fapa=1"); [...
Fahim Parkar's user avatar
  • 31.4k

15 30 50 per page
1
2 3 4 5
10