Tagged Questions
This tag should be used only on questions that contain Objective-C code or are about Objective-C features. The tags "cocoa" and "cocoa-touch" should be used to ask about Apple's frameworks or classes. Use the related "ios" and "osx" for issues specific to those platforms.
1
vote
1answer
5k views
+50
AVAudioPlayer initialization error
I initialize my AVAudioPlayer instance like:
[self.audioPlayer initWithContentsOfURL:url error:&err];
url contains the path of an .m4a file
The following error is displayed in the console when ...
1
vote
3answers
70 views
+50
iOS Google Analytics SDK - weird session length
I can't seem to understand these following stats from google analytics engagement behavior loyalty:
This indicates, that the average first session length is 24s, and out of the 42,530 user's 40,289 ...
4
votes
6answers
362 views
+100
scrollview is showing only the last added subview
I am getting strange behavior with UIScrollView subviews, the idea is to create programmatically an instance of UIView with a customized nib file which is a form in my case, fill that form with data ...
0
votes
1answer
121 views
+50
CAAnimation with CALayers occasionally creates flickered animation (video included)
My app takes a still photo and animates the mouth region to emulate talking. However, about 1/4 of the time, some of the hidden calayers will flash continuously throughout the animation.
Here is what ...
6
votes
4answers
279 views
+200
Hid navigation bar, but when I transition to the previous view (popped) it shows the old back button temporarily. Why?
I have view controllers in a navigation controller (root: RootViewController, second: ReadingViewController), but in the second view controller I want to disable the navigation bar for a UIToolBar (as ...
0
votes
1answer
66 views
+100
How do I move FPPopover as low as I want? If I push it too low, it jumps back to the top
I'm using FPPopover to present a pop over view for my iPhone app. I'm having an issue, however, where when I present it, it will only allow me to present it so low or it will jump to the top. And ...
3
votes
0answers
124 views
+50
drawn area in UIImage not recognized correctly
I am having a strange problem in my project. What I want to do is that, a user will paint or draw using swipe over a image as overlay and I just need to crop the area from the image that is below the ...
1
vote
1answer
339 views
+50
acces UIPageViewController's UIPageControl indicator dot
I'm implementing horizontal scrolling in an app by making use of an UIPageViewController which I set the navigation property to 'Horizontal' and the Transistion Style to 'scroll'.
Everything works ...
0
votes
1answer
80 views
+50
RestKit delete and update functionality not working
Currently I'm working with an iOS App which uses RestKit for communication.
I successfully retrieved and added data. But updating and deleting data from the database is not working.
I'm using the ...
0
votes
1answer
24 views
+50
Twitter OAuth 1 POST requests not working
I am creating an application for iOS and I am using OAuth 1. GET requests seem to work fine but as soon as I try to make POST requests I get the following error :
The operation couldn’t be completed. ...