ios9.3

iOS 9.3 freeze after calling openURL

◇◆丶佛笑我妖孽 提交于 2019-12-18 16:52:11
问题 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:(UIView *)senderView { [Utility showLoadingHUDWithText:nil inView:senderView]; [[SomeClient sharedClient] someNetworkAPI:^(id result) { [Utility hideAllHUDsForView:senderView]; NSDictionary *dict = (NSDictionary *)result; NSString *someString = dict[@"someKey"]; NSURL *url = [NSURL URLWithString:someString];

scalesPageToFit for webView is not working with iOS 9.3

馋奶兔 提交于 2019-12-13 02:20:07
问题 I have UIWebview in storyboard, I am loading HTML pages inside the view. till iOS 9.2 it is working great as desire, but when i am running same in iOS 9.3 the page is appeared with zoom in by default. I have set scalesPageToFit property. self.webView.scalesPageToFit=TRUE; I have too tried setting frame programatically for UIWebview. This are my Meta tag from HTML.. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="language" content="en" /> <meta name="viewport"

ionic 1, app won't start in iOS 9.3, white screen

限于喜欢 提交于 2019-12-11 06:58:02
问题 >ionic info Node : v6.7.0 OS : macOS Sierra Xcode : Xcode 8.3.3 Build version 8E3004b ios-deploy : 1.9.1 ios-sim : 6.0.0 npm : 5.0.1 @ionic/cli-utils : 1.4.0 Cordova CLI : 7.0.1 Gulp CLI : CLI version 3.9.1 Local version 3.9.1 Ionic CLI : 3.4.0 @ionic/cli-plugin-cordova : 1.4.0 @ionic/cli-plugin-gulp : 1.0.1 @ionic/cli-plugin-ionic1 : 2.0.0 Cordova Platforms : android 6.0.0 ios 4.3.0 Ionic Framework : unknown >ionic cordova platform list android 6.0.0 ios 4.3.0 App works normal for simulators

Swift 3 - How to download Profile Image from FireBase Storage

余生长醉 提交于 2019-12-11 05:52:51
问题 I need help on retrieving Image from firebase storage, i learned how to save it but cant download it to current user profile. here is my code so far: FIRAuth.auth()?.createUserWithEmail(email!, password: password!, completion: { (authData, error) in if error == nil { if (password == "" || name == "" || email == "") { self.showAlert("error", message: " Please Fill In The Blank") } if (password != confirm_password) { self.showAlert("ERROR", message: "Password Don't Match") } } else { self

Cancelling search with UISearchController causes crash

依然范特西╮ 提交于 2019-12-10 07:02:50
问题 In our app we have a UITableViewController that has a UISearchController: searchController = [[UISearchController alloc] initWithSearchResultsController:nil]; self.searchController.searchResultsUpdater = self; [self.searchController.searchBar sizeToFit]; self.tableView.tableHeaderView = self.searchController.searchBar; self.showFooterView = YES; self.searchController.delegate = self; self.searchController.dimsBackgroundDuringPresentation = NO; // default is YES self.searchController.searchBar

How to check IPv6 address of an IPhone

纵饮孤独 提交于 2019-12-07 12:04:09
问题 I have setup a IPv6 nat64 environment based on apple recommendations https://developer.apple.com/library/ios/documentation/NetworkingInternetWeb/Conceptual/NetworkingOverview/UnderstandingandPreparingfortheIPv6Transition/UnderstandingandPreparingfortheIPv6Transition.html, however when i connect my iphone 6 to this network i am not able to see the ipv6 address in Wifi network settings to which i am connected. Please help me to get the ipv6 address of iphone. 回答1: The iPhone tool of Hurricane

Why is AVPlayer not continuing to next song while in background?

一笑奈何 提交于 2019-12-06 12:43:40
问题 I have been streaming music from remote source using AVPlayer. I get URLs, use one to create an AVPlayerItem, which i then associate with my instance of AVPlayer. I add an observer to the item that I associate with the player to observe when the item finishes playing ( AVPlayerItemDidPlayToEndTimeNotification ). When the observer notifies me at the item end, I then create a new AVPlayerItem and do it all over again. This works well in the foreground AND in the background on iOS 9.2. Problem:

ios 9.3 UIImagePickerController memory issue

旧时模样 提交于 2019-12-06 05:58:01
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 application crashes. my code: import UIKit import MobileCoreServices class ViewController: UIViewController, UIImagePickerControllerDelegate, UINavigationControllerDelegate { override func viewDidLoad() { super.viewDidLoad() } override func didReceiveMemoryWarning() { super.didReceiveMemoryWarning() } func pick(){ let imagePicker = UIImagePickerController() imagePicker.delegate = self imagePicker.sourceType =

Xcode 7.3 missing Private Frameworks

纵然是瞬间 提交于 2019-12-06 01:08:11
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/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk/System/Library/PrivateFrameworks' As per this post , private frameworks have been removed with Xcode 7.3. Any suggestions as to potential solutions? According to the Xcode 7.3 release notes : The Apple private frameworks have been removed from the iOS, watchOS, and tvOS SDKs. If your application fails to link, make sure that you are not using any private

How to check IPv6 address of an IPhone

让人想犯罪 __ 提交于 2019-12-05 21:30:39
I have setup a IPv6 nat64 environment based on apple recommendations https://developer.apple.com/library/ios/documentation/NetworkingInternetWeb/Conceptual/NetworkingOverview/UnderstandingandPreparingfortheIPv6Transition/UnderstandingandPreparingfortheIPv6Transition.html , however when i connect my iphone 6 to this network i am not able to see the ipv6 address in Wifi network settings to which i am connected. Please help me to get the ipv6 address of iphone. The iPhone tool of Hurricane Electric is very useful to check your network settings and connectivity: https://itunes.apple.com/us/app/he