All Questions
716 questions
1
vote
1
answer
108
views
Are 3rd party iOS/iPadOS apps able to access memory cards/USB flash memory?
At WWDC 2019, Apple announced that they are adding additional support for flash drives, memory cards, etc.
https://www.cnet.com/news/ipados-will-let-you-plug-flash-drives-memory-cards-into-your-ipad-...
2
votes
1
answer
56
views
Why I can't force UIViewController orientation on iPad to be portrait as a framework developer?
our client specified that the only available orientation for the device should be in portrait mode. It is easy to set that in the application, but I am developing a framework. This is why I add the ...
0
votes
0
answers
59
views
In a universal iOS app, only on iPad Pro 12 inch landscape a MKMapView renders as a totally black map. Any suggestions?
I am maintaining a iOS project, so I still don't have a complete understanding of it. I have a fullscreen MKMapView that renders in a completely black map only on iPad Pro 12 inch Landscape left and ...
1
vote
2
answers
402
views
Three-pane split view interface on iPad landscape mode
iOS Notes and Mail apps have a three-pane split view interface on iPad landscape mode. How can I create such interface? I checked UISplitViewController but it made only two panes (master and detail). ...
3
votes
2
answers
1k
views
How to create Previous/Next buttons above keyboard like in Safari
I'm trying to add Previous/Next buttons above the keyboard like in mobile Safari. There are a lot of questions about that here on StackOverflow, but most answers are to use inputAccessoryView.
I tried ...
0
votes
0
answers
76
views
Know the name of the application that is in foreground - iOS
I understand that your application is sandboxed in Apple environment. But I have a need to know the application that user currently is playing with - just the name is enough in my application which is ...
2
votes
1
answer
473
views
iPhone plus and iPad UIBarMetrics (different landscape/portrait images for navigation bar)
How to set 2 different (red and green for example) images for navigation bar background for landscape and portrait orientation on iPhone (6-6s-7) plus or iPad?
[[UINavigationBar appearance] ...
2
votes
1
answer
626
views
iPad Pro scale up from iPad application and Launch Screen file - iOS 10
I have an ipad application that I would like to run on iPad pro, but when I run it, it only occupies one corner of the screen like so:
Now, another stackoverflow question asked the same question and ...
6
votes
2
answers
8k
views
Sizing of Live Views in Swift Playground
I'm having trouble figuring out how to lay out views in Swift Playgrounds for iPad, though this may also be relevant to Mac users.
The following code should create a view with a red square (also a ...
0
votes
0
answers
69
views
Is there any way to keep another app from displaying picture in picture?
I have an app which shows aggregated video metadata from multiple networks (amazon, netflix, etc.) which allows a user to launch a video in its respective app using iOS url schemes. There is a UX ...
1
vote
1
answer
251
views
Automatically scale up iPad Air images to fit iPad Pro?
Is there a way to tell Xcode to scale up my app so it fits an iPad Pro? Or do I have to do this manually in the code? I do have a launch image file and it scales up the launch image, but nothing else.
-1
votes
1
answer
212
views
Custom Timer Picker IOS Clock
I want to customise the appearance of timer picker of clock app in iOS (Basically it's an UIDatePicker with timer mode). I want to change the text color and border line color of picker, but as per the ...
4
votes
2
answers
150
views
Custom UIView orientation issue in iOS 7
My way for customizing the UIView display like alert message in my iPad application working fine in iOS 8 and later, but iOS 7 view display only in portrait mode?
My iPad Application deployment ...
1
vote
2
answers
907
views
Locking View Rotation to Landscape for whole app in ios 8.1
I'm new to IOS development, and I'm trying to write an app for deployment on an ipad. Partly to keep things simple, layout-wise, and because I believe that my users will only use the app in landscape ...
0
votes
1
answer
636
views
How to detect the iPad pro running in the simulator?
I've found a lot of posts on device detection and screen size.
But none of these work with the simulator.
The simulator device type normally returns x86_64.
And the screen size [UIScreen mainScreen]....