ios12 Questions

3

EDIT: This appears to be resolved on iOS 13. Leaving all the original details below. I'm getting a crash when instantiating my CMMotionManager object for Core Motion. This is on an iPhone Xs runni...
Pythagorean asked 24/10, 2018 at 23:27

1

For some reason the password input in iOS 12 Safari displays huge dots. I would like them to look as they look in Chrome. Is there a known way to style these inputs with CSS? <input type="passw...
Infusorian asked 24/1, 2019 at 20:41

4

Solved

I am working on one project and I want to get other application usage time. apple has launched iOS 12 and provides the new feature Screen Time. I want to know is there any way or API provided by Ap...
Insane asked 24/9, 2018 at 4:28

3

I have tried the earlier examples of asking permission to add items to the IOS calendar. They do not work with Xcode 10.1 (Swift 4.2). When I try to compile the code, I get an error. If I comment o...
Rombert asked 22/11, 2018 at 6:32

6

In iOS 12 I have a new password textfield for a sign up flow and I want the system to suggest a strong one. I also have a button that enables and disables based on the delegate method and I do some...
Diaster asked 1/12, 2018 at 0:10

5

Solved

I have a working code that works but deprecated: This part is fine: let archived = try? NSKeyedArchiver.archivedData(withRootObject: [defaultRecord] as NSArray, requiringSecureCoding: false) ...
Rabush asked 4/5, 2019 at 11:54

7

Solved

Since upgrading to Swift 4.2 I've found that many of the NSKeyedUnarchiver and NSKeyedArchiver methods have been deprecated and we must now use the type method static func unarchivedObject<Decod...
Tracee asked 23/7, 2018 at 21:47

4

Solved

My game is going into background mode when performing a swipe from the bottom edge of the screen on iPhone X iOS 12. As per Apple documentation overriding preferredScreenEdgesDeferringSystemGesture...
Abort asked 9/10, 2018 at 8:46

9

Solved

I recently upgraded to Xcode 10 and began the process of updating our app to switch 4.2 After a day or so of rebuilding 3rd party frameworks and adding in workarounds to various issues, I was able ...
Fanfaronade asked 17/9, 2018 at 18:21

5

Solved

I watched this video What's New in Cocoa Touch at WWDC 2018 and seen: How to show this information?
Sit asked 9/6, 2018 at 7:49

4

I am suddenly getting a bunch of warnings on iOS12/XCode 9. Why are there multiple managedObjectModels ? The app only has one *.xcdatamodeld file but there are multiple versions within the model. ...
Stickpin asked 18/9, 2018 at 2:6

7

Solved

I've 2 siri shortcuts in my App. I use NSUserActivity to donate these shortcuts. I've also created 2 NSUserActivityTypes in my info.plist. There are 2 view controllers which handle these shortcu...
Hoad asked 15/9, 2018 at 8:15

20

I waited long time but my playground project is not showing result on right side bar I am using right code but still right bar is not updating i don't know what is the problem i tried lot of time. ...
Balalaika asked 6/10, 2014 at 6:34

7

Solved

Adding application.statusBarStyle = .lightContent to my AppDelegate's didFinishLaunchingWithOptions method nor adding override var preferredStatusBarStyle: UIStatusBarStyle { return UIStatusB...
Sanative asked 22/9, 2018 at 2:26

8

Solved

Same code like this collectionLayout.estimatedItemSize = CGSize(width: 50, height: 25) collectionLayout.itemSize = UICollectionViewFlowLayoutAutomaticSize collectionLayout.minimumInteritemSpacing ...
Soapwort asked 17/7, 2018 at 7:28

2

Solved

So iOS 12 introduced Provisional Authorization for Quiet Notifications that could be seen in Notification Center but not on the Lock screen. It has very cool advantage - you don't need user's appro...
Sibilla asked 5/10, 2018 at 1:8

2

This is not a question, but I'm posting here in the hope that it will save someone else's sanity (I've just spent the best part of a day figuring this one out). I've identified a memory leak that h...

2

Solved

I want to use Firebase with Swift 5, but error message appears. Could not build Objective-C module 'Firebase' I tried all resolutions on below pages, but I can't solve it: Error: Could not bu...
Jeane asked 7/9, 2019 at 17:37

3

Apple says that apps built using OpenGL ES will continue to run in iOS 12, but Open GL ES is deprecated in iOS 12. Games and graphics-intensive apps that previously used OpenGL ES should now adopt ...
Hax asked 19/9, 2018 at 12:15

6

Solved

I am using RPSystemBroadcastPickerView to show a picker view, from which a user can select a broadcast service to record the screen. Based on documentation, preferredExtension should allow me to se...
Kulp asked 13/9, 2018 at 11:30

12

Solved

If I have an app made with SwiftUI, will it work for iOS below iOS 13?
Cesaro asked 3/6, 2019 at 19:14

3

I have a problem I put my iPhone 6 on iOS 12 beta 1 and that's so a method in my application to close when press on a popup button doesn't works on iOS 12 but works on iOS 11.4.1 That's the method...
Rajewski asked 11/6, 2018 at 13:39

19

I've update my iPhone 6 plus to iOS 10 beta version and just found that in mobile safari, you can zoom any webpages by double tapping or pinching IGNORE the user-scalable=no code in the meta tag. I...
Paw asked 14/6, 2016 at 9:32

4

Solved

I checked what's new in Xcode 9 documentation and I found this But i didn't understand what is that how I can use this with new Xcode 9.
Chandler asked 6/7, 2017 at 8:47

4

I'm hoping this is the right place for this question since it centers around JavaScript. In the new iOS 12 Shortcuts app you can create workflows. I want to create one that simply launches a web pa...
Allantois asked 18/9, 2018 at 14:5

© 2022 - 2024 — McMap. All rights reserved.