Questions tagged [ios8.2]

For questions related to 8.2 version of the iOS operating system; use only when the question is specific only to the version, otherwise just use iOS tag

iOS SDK Release Notes for iOS 8.2.

72 questions
3
votes
1 answer

Apple watch: Creating mail app style rows in WKInterfaceTable

I would like to be able to create rows for a WKInterfaceTable that, once the user slides them from right to left, show an extra control (like it happens with the mail app in the Apple Watch). Here is an image of the Mail app (please refer to the top…
mm24
  • 9,280
  • 12
  • 75
  • 170
3
votes
3 answers

WKInterfaceTable's didSelectRowAtIndex never gets called in WKInterfaceController

I have a WKInterfaceController and I added a table as following: // .h @interface InterfaceController : WKInterfaceController @property (weak, nonatomic) IBOutlet WKInterfaceTable *table; @end // .m - (void)table:(WKInterfaceTable *)table…
mm24
  • 9,280
  • 12
  • 75
  • 170
3
votes
1 answer

Detect finger touches movement on AppleWatch

I want to detect touches on AppleWatch to get touch location. As we can achieve this behaviour on iPhone app by using following delegate methods: - (void)touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event { //Any Logic } -…
msmq
  • 1,298
  • 16
  • 28
3
votes
1 answer

iOS 8.2 Settings.bundle default value

I have an application with a Settings.bundle file. I added a default value to a specific field, but whenever I want to read this in the application on iOS 8.2, I get 'nil' back. However when I do this on iOS 7.1 (basically every version below iOS…
2
votes
1 answer

sqlite3_step taking forever on IOS 8.2

I am running the below select query, it was working 100% before iOS 8.2. This query was returned perfect result set in iOS 8.1 and older. The App is stucked on sqlite3_step, it taks forever to complete. Any one with a idea why? My App is stuck on…
user722905
  • 21
  • 1
  • 1
2
votes
1 answer

Paypal MPL iOS Error : internal server error in iOS

I did Paypal MPL integration in my project.after I wrote the the below code in appdelegate [PayPal initializeWithAppID:@"APP-80W284485P519543T" forEnvironment:ENV_SANDBOX]; After I run the code I got the following error checking…
2
votes
1 answer

Retina 4 2x is never used for iPhone 5 simulator in Xcode 6.2 image asset

I'm using Device Specific in one of my image sets (image0) and having 3 images for 2x, Retina 4 2x and 3x. iPhone 6 Plus simulator uses the 3x and iPhone 4/4s uses the 2x. The problem is that iPhone 5/5s simulator never uses the Retina 4 2x (green…
Ali
  • 4,205
  • 4
  • 25
  • 40
2
votes
1 answer

Why does UIFont systemFontOfSize:weight not crash on iOS 8.0?

I'm having a strange issue with conflicting compilers, due to UIFont systemFontOfSize:weight which is supposedly only available from iOS 8.2. Locally, I can compile a project that uses the function onto an iPhone 6 running iOS 8.0 and it runs…
jowie
  • 8,028
  • 8
  • 55
  • 94
2
votes
0 answers

How to put limit on the size of video being recorded in iOS app?

In my app I need to record the video and share in my app's network. I need to put some limit on the size of the video NOT on the duration. I had a look into the documents and I found duration property on which I can put a check for duration but NOT…
Developer
  • 6,375
  • 12
  • 58
  • 92
2
votes
1 answer

Changing alpha of UINavigationBar background only?

I'd like to change the alpha of the UINavigationBar in my app without effecting its text and navbar elements. I do the following in viewDidAppear of my initial view: self.navigationController?.navigationBar.alpha = 0.5 However, that also changes…
4thSpace
  • 43,672
  • 97
  • 296
  • 475
2
votes
1 answer

I am trying to play video file from document directory but its not playing in xcode6.2 with ios8.2

Hi i already working on MPMoviePlayerController but now i am facing issue in that, i thing that may be a version issue of xcode or ios NSString*theMoviePath=[NSString stringWithFormat:@"%@/9441426768774.mp4", [[AppDelegate appdelegate]…
Anand3777
  • 448
  • 2
  • 5
  • 16
2
votes
1 answer

iOS 8.2 [NSUserDefaults standardUserDefaults] returning nil

I am encountering a strange issue in iOS 8.2 where [NSUserDefaults standardUserDefaults] is returning nil on iPhone. This same logic untouched has worked on all previous releases of iOS. I have a universal app which has two different settings.plist…
xMythicx
  • 827
  • 1
  • 11
  • 27
1
vote
0 answers

Swift - AppDelegate error

I added some fonts and whenever I try to run it, it crashes and catches an exception at class AppDelegate: UIResponder, UIApplicationDelegate, CLLocationManagerDelegate { I added the catch all exceptions breakpoint. There are no errors, no…
Dolan
  • 313
  • 1
  • 4
  • 14
1
vote
3 answers

FBSDKShareDialog share dialog not open for video sharing

I am using Facebook Sdk 4.1, https://developers.facebook.com/docs/sharing/ios#Advanced share_dialog I am using FBSDKShareDialog to share Video .It does share Video if user has installed facebook app," Idk whats wrong plz help me in sharing Video…
1
vote
2 answers

Push Notification not working in ios 8.3

My Push Notification is not working in ios 8.3. I had build the project in xcode 6.0 which support upto ios 8.0. is it the Reason???