iphone tag

78 questions


1 answers
99 views
0
[Xcode 6.3.1] After Archive and Validation, the warning called The applications non-public selectors in Payload/Myapp.app/Myappname:recursiveDescription appears.

I am creating an iPhone app for the first time.Archive with Xcode and validate as stated in the titleiTunes Store operation succeeded with warning.The applications non-public selectors in Payload/[Mya...


1 answers
69 views
0
I want to create an animation that moves cells horizontally when I open UITableview.

Here's an example of an amazon app, but just like this, I'm going to slide the cell a little bit with the code.I would like to realize the animation that will be restored.With UIScrollView, you can co...

1 years ago

2 answers
90 views
0
Regarding the update of existing iPhone applications being delivered (new standard for App Store on February 1)

Thank you for your continuous support.There is no detailed information on the web, so I will write it to those who understand it.Regarding the application for renewal of the existing iPhone app being ...


1 answers
60 views
0
CSS3 animation stops scrolling

When you animate using transform:translate3d in CSS3, Only the iPhone stops scrolling.Is it the age of iOS6?-webkit-transform-style:preserve-3d;This designation seems to have fixed it, but it doesn't ...

1 years ago

1 answers
65 views
0
I want to specify a notification time in Swift LocalNotification

US>Error Contentscannot assign a value of type NSDateFormatter to a value of type NSDateUS>Error pointsnotification.fireDate=myDateFormatterlet myDateFormatter=NSDateFormatter()myDateFormatter.locale=...

1 years ago

1 answers
70 views
0
Build Error in GameKit.framework on XCode 8

I use GameKit on iOS to create an app that uses the ranking function of GameCenter.The language used is Objective-C.I was able to run the app through the build to Xcode7.When I build with Xcode 8, I g...

1 years ago

2 answers
90 views
0
I want to get location information even after the application ends.

I would like to use CoreLocation to save the user's location information to UserDefault at the time of fore, background, and application termination on iphone ios 13 swift 5.2.Fore, I think I can do t...

1 years ago

1 answers
58 views
0
To save a photo

How do you think you can create a new folder (album) and save photos taken with objective-c in the camera roll?

1 years ago

1 answers
54 views
0
I can't get the current location with the actual monaca Google Map (iPhone).

Load Google map API in monaca and Obtain the current location and view the map.Use navigator.geolocation.getCurrentPosition() to get your current location.I'm using it.on your PC browser or monaca deb...

1 years ago

1 answers
75 views
0
CGContextDrawPDFPage Fails When Running from Xcode

The iOS app is creating a process to convert each page of a PDF file to UIImage.Up to iOS7, the PDF page was successfully retrieved and converted using the code shown below.When running in iOS 8.1, yo...

« - 6 - »

© 2024 OneMinuteCode. All rights reserved.