Skip to main content
0 votes
1 answer
124 views

Below is my sample MDM profile.mobileconfig file. <plist version="1.0"> <dict> <key>PayloadContent</key> <array> <dict> <key>...
Hacker621's user avatar
5 votes
1 answer
764 views

I need to implement the dark mode in my iOS app which runs on iOS 8+. Also I have custom colors defined in color assets with RGB codes for both light and dark appearance. The problem is named colors ...
Artem Mostyaev's user avatar
0 votes
2 answers
835 views

iOS 12 version is not work to kReachabilityChangedNotification. (The networking change Notification. NO accessibility technology) but iOS 8 version is good working. what happend? Xcode version ...
keaton shine's user avatar
1 vote
2 answers
4k views

Because we make wkWebView as the root view, the button I added on my layout doesn't appear on screen. Then I tried to add wkWebView as a subview of the root view, but the app crashes. Then I found ...
rminaj's user avatar
  • 605
0 votes
0 answers
200 views

I received incoming call requests using PushKit/VoIP. The problem is I cannot launch the app to show incoming call screen since CallKit is not available prior to iOS 10. I have succeeded to show ...
Kudratillo's user avatar
0 votes
1 answer
90 views

I want to give support for iOS 8 and above like tableview row actions with animations like the mail app. I have added the pan gesture to the cell and trying to stop the cell from moving up and down ...
Boobesh balasubramaniyan's user avatar
-1 votes
1 answer
229 views

I want to animate tableview row actions like the mail app . I don't like to use third party libraries .I want to try on my own .And how to add the full swipe functionality like mail app ? For sample ...
Boobesh balasubramaniyan's user avatar
-1 votes
1 answer
128 views

I have used asihttprequest classes in my app for calling web-api. But now it's not working in iOS 8.3 as well as in iOS 11+ and already full app was developed so can't change whole asihttprequest to ...
Hardik Vyas's user avatar
  • 2,253
1 vote
1 answer
931 views

I am making a game in SpriteKit for iOS, and I want my app to support iOS 8.0 devices. I changed my deployment target to 8.0, and suddenly I have an error: Main.storyboard:7Ti-J4-z1q: error: Safe ...
user avatar
2 votes
1 answer
143 views

I have iOS app with minimal deployment target set to iOS 8.0 and I want to enable spotlight search in it. I understand that spotlight search can be used only in iOS 9 and higher. That is why in my ...
moonvader's user avatar
  • 21.3k
0 votes
0 answers
58 views

I'm having a weird issue with UIImage. I assigned an image directly to a UIImageView on the storyboard and it works fine on iOS 11 but this app still needs support for iOS 8 and there the image looks ...
Jorge Perales's user avatar
0 votes
0 answers
195 views

I'm working with Xamarin and am having troubles launching my app in the current device orientation. I have a UINavigationController that I set on my main UIWindow as the root controller. I created a ...
Pat's user avatar
  • 31
0 votes
0 answers
59 views

The problem is I no longer have any access to any devices that run iOS 8, so I can't confirm whether this only happens in the simulator. Nothing special with the code. just imageView.image = ...
marko's user avatar
  • 2,254
1 vote
1 answer
134 views

I'm developing an iOS app, using Codename One. I extended the SocketConnection class, in order to receive data from a server. class CustomSocketConnection extends SocketConnection { private ...
A M's user avatar
  • 849
0 votes
0 answers
73 views

I am trying to make my iOS app iPhone X compatible by using Safe Area, but in this process it is only running when I check iOS 9 and above to build. This means other devices with iOS versions 8 and ...
victorious's user avatar

15 30 50 per page
1
2 3 4 5
618