ios9.3 Questions
3
In our app we have a UITableViewController that has a UISearchController:
searchController = [[UISearchController alloc] initWithSearchResultsController:nil];
self.searchController.searchResultsUp...
Scarify asked 25/4, 2016 at 7:50
2
I have an issue where Google Analytics shows just fine data for all other browsers but then for iOS (specifically version 9.3+), Google Analytics show a high bounce rate. Now I am very aware of the...
Johanson asked 30/5, 2016 at 13:24
4
first time using SO to ask a question after lurking for so long.
I have added a custom font for some UITextFields and UITextViews in the Storyboard....
screenshot of storyboard
...but the fonts a...
3
This might be an awful bug in iOS 9.3 (release).
When adding a single observer to [NSUserDefaults standardUserDefaults] I've noticed that the responding method -observeValueForKeyPath:ofObject:cha...
Stannary asked 24/3, 2016 at 4:54
2
Solved
My app freezes after calling openURL on iOS 9.3 builds 13E233 & 13E234.
I tried using dispatch_after but that does not fix the issue.
Here's the code, nothing special.
+ (void)someMethod:(UI...
Zahn asked 28/3, 2016 at 7:29
3
I am developing a social networking site where I have a TableView with multiple cells(rows), in each cell I have a "comment" and "like" Imageview, so whenever update comes from the server I have to...
Diaspora asked 6/4, 2016 at 5:48
0
I created browser application and noticed some strange behavior when I tested it on my iPad, which has OS version 9.3.
On Firefox, Chrome, Safari (desktop), and iPad Safari (OS version 9 and...
Hadst asked 24/9, 2016 at 6:0
2
I have a layout with size class width any, height any which is currently working for iPad landscape. I have a task to design same layout for iPhone portrait.
When I started designing with size cla...
Slinky asked 23/8, 2016 at 14:38
0
i'm still having trouble reading local files using WKWebView on iOS9. My App is taking pictures (camera) and stores them in a structured path in the DOCUMENTS folder.
Later i want to display these...
Waldman asked 20/8, 2016 at 8:38
0
Can I read a attribute from JSON, change, and push back to the JSON.
Exp: I read json file
let jsonData:NSData = LocalFile.ReadFile(fileName)
let json = try NSJSONSerialization.JSONObjectWithDat...
1
Solved
I have created custom TimePicker using UIPickerView, taken 3 UIPickerView.
One for Hours
One for Minutes
One for AM/PM
By picking time, I am using that time to set local notification. Because m...
Crave asked 7/6, 2016 at 6:48
1
Solved
I have setup a IPv6 nat64 environment based on apple recommendations
https://developer.apple.com/library/ios/documentation/NetworkingInternetWeb/Conceptual/NetworkingOverview/UnderstandingandPrep...
Ventriloquy asked 28/5, 2016 at 11:35
1
Solved
I'm trying to use the new Apple Music APIs from 9.3 to add a song to a playlist created by my app, without adding it to the user's library.
Consider the productID 316654632, it's the song Lisztoma...
Xylidine asked 27/4, 2016 at 23:49
1
Apple introduced the MKLocalSearchCompleter and MKLocalSearchCompletion in iOS 9.3. I am trying to implement it. It becomes a two step process
1) enter partial term -> full search text is generate...
Ducat asked 10/5, 2016 at 6:27
1
Solved
With Xcode 7.3 / iOS 9.3 Apple removed all private frameworks from the iOS SDKs. For research purposes (not App Store!) I need to work with a private framework (namely BluetoothManager.framework, b...
Rattler asked 3/5, 2016 at 9:9
1
Solved
In iOS 9.2, a WKWebView rendering HTML with fixed-width tables bigger than the device width could be told to shrink the content to fit by adding a viewport tag like this:
<meta name="viewport" ...
1
I have looked a bit in the iOS 9.3 API Diffs, as well as searching the developer website and forums and did not see any references.
Is it possible to determine if Night Shift is active? I would as...
2
Solved
I have an existing iOS 9.2 and watchOS 2.1 app that uses sendMessage and transferUserInfo to send data from the iPhone to the Apple Watch. If sendMessage fails, I am using transferUserInfo to queue...
1
Solved
I have many apps that rely on rgb value checking based on tapped pixels. If I tap a pixel that returns 128/128/138 then it opens up this particular thing from an array. With 9.3 this no longer work...
Routinize asked 25/3, 2016 at 19:9
0
Facing an issue when clearing objects stored in NSCache.
Trying to use:
NSCache.removeAllObjects();
But it doesn't seem to be working. I am doing the above using iOS 9.3, which came out just th...
0
Screenshot
UIImagePickerController was working very well on iOS 9.2, with a memory usage of 19m in my iPhone.
Since iOS 9.3, I noticed that the memory usage is increasing to 300m and the applicat...
Tonl asked 23/3, 2016 at 16:5
1
Solved
I recently upgraded my Xcode to version 7.3. When I compile my exisiting project I get this error message:
directory not found for option '-F/Applications/Xcode.app/Contents/Developer/Platforms/iP...
Nimrod asked 23/3, 2016 at 10:42
1
© 2022 - 2024 — McMap. All rights reserved.