iOS is Apple's operating system for mobile devices, such as the iPhone, iPod touch, iPad and Apple TV (2nd generation) devices. It shares a lot with Mac OS X, but is optimized for touch-based interfaces.

learn more… | top users | synonyms (2) | ios jobs

0
votes
3answers
103 views
+100

Blinking/flickering of website text (text disappearing for moment then reappearing) on iPad and Chrome

If you visit http://www.tekiki.com on the iPad using Chrome, the site renders fine at first, but after a second or two, all text on the page gets hidden and re-appears a few moments later. It is ...
0
votes
1answer
65 views
+50

How to retrive the .xml extension attachments from mail by using MailCore to Sample iPhone app

How to retrieve the .xml extension attachments from mail by using MailCore for iphone? I used MailCore to download the attachments from my mail to my sample iPhone app. I getting Inbox subjects ...
4
votes
4answers
66 views
+100

Under what conditions is Apple's 'advertisingIdentifier' reset?

Other than the user manually resetting it, has anyone observed other things that will cause the ADID to be reset? OTA OS Upgrades? iTunes Backups?
1
vote
0answers
52 views
+50

Fruitstrap deploy to device fails at [ 70%] VerifyingApplication

I have gone through the instructions provided by Ted on this group. When I put in the following, with my path to the .app: ./fruitstrap -d -b ...
0
votes
0answers
38 views
+50

Cocos2d set display frame Async

So I am making a kids game which is like the following : I have around 118 different CENTER_OBJECTS like Apple , Ball , Cat etc which will be placed in the center and ALPHABETS revolve around it , ...
1
vote
3answers
68 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 ...
2
votes
0answers
82 views
+50

iOS Custom Container VC and children requiring a specific orientation

I've tried many ways of searching for answer to this problem, but a lot of what I see is mainly locking rotation issues with UINavigationControllers at the root view controller. In my project, I have ...
4
votes
6answers
358 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
117 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
271 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
0answers
56 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 ...
4
votes
0answers
125 views
+50

Returning CGRect from mocked method crashes

I was just practising OCMock, The problem I am facing here is I have one method named foo which returns CGRect, this method is called from another method callFoo. -(CGRect)foo { return ...
3
votes
0answers
117 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
86 views
+50

Having trouble in Restkit 0.2 loading two different tables with the same Entity and different predicates

Here is the simplified version of what I am trying to do: I have an application that uses UITabBarController as the root controller. Inside two of the tabs I have a UINavigationController that ...
2
votes
2answers
43 views
+50

Full screen HTML on iOS device goes under status bar

When I use the full screen mode of Safari on an iOS device, my website's header is under the status bar. I am using jQuery Mobile but I also had the same issue using Twitter Boostrap. Here is my code: ...
1
vote
0answers
31 views
+100

Attitude change - angles and axis issue - quaternion math

I have an app that records angles as user is walking around an object, while pointing device (preferably) at the center of the object. Angle gets reset on user's command - so reference attitude gets ...
0
votes
1answer
29 views
+50

iOS app doesn't fetch same results as Foursquare

I've been wondering for quite a while, I'm using Foursquare's API to use within my iOS app. It works wonderfully except that fetched results never matches those made by the Foursquare app itself. I ...
1
vote
0answers
24 views
+150

Weak Linked Framework Causing “File Not Found” Error

I am building an app that uses the Social.h and Accounts.h frameworks. I have both Frameworks set as optional. I have my Base SDK set as 6.0 I have iOS Deployment Target set as 5.0 When I build ...
0
votes
1answer
45 views
+50

iOs OpenGL ES 2.0 adding textures with low opacity on device and on simulator

I have a problem with multiple drawing of textures in my program. Blending mode is glBlendFuncSeparate(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA, GL_ONE, GL_ONE_MINUS_SRC_ALPHA); ...
0
votes
0answers
29 views
+50

Navigation controllers toolbar goes blank after showing a UIActionSheet from it

In an iOS run on iOS 6.1 (emulated) and 6.1.3 (physical device) application we show an UIActionSheet from a view with the following code: UIActionSheet *actionCreateNewComment = [[UIActionSheet ...
0
votes
1answer
40 views
+100

Symbols not found for architecture i386 - But works for iOS device

I am facing a strange problem here, I am trying to integrate the libkml C++ project sources into my iOS project. The project compiles independently fine, but when it comes to linking through this line ...