iOS is Apple's operating system for mobile devices, such as the iPhone, iPod touch, iPad and Apple TV (2nd generation and up) 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
0answers
5 views

UTF8 encoding in NSString

I used the following code to encode unicode character "\u1000" into UTF8 encoding. NSString *unicodeString = @"\u1000"; NSLog(@"%s", [unicodeString UTF8String]); The expected result would be ...
0
votes
0answers
6 views

Labels not appearing after clicking cell

I'm still new with programming. I'm doing a final project for my iOS Dev class and it is to build a basic app. I've been trying to figure out how to complete this for a few days and it's one problem ...
0
votes
1answer
8 views

custom view when local notification is fired

I am relatively new to Xcode, I am building a very simple alarm clock and below is a small snippet of the app. My question is: how to display a custom view ( i.e. a picture or an animation ) when the ...
0
votes
1answer
13 views

Creating a completely custom UIRefreshControl

I need to create an entirely custom UIRefresh control. Animation, image, pull down amount, etc... My initial thought is to start from scratch, use a UIViewController, add my own view to it, animate ...
0
votes
1answer
4 views

Xcode Build error with one spec. Library: ld: library not found for -lzbar

I checked out a working app from SVN. Want to test it in iphone simulator. But the building failed. Ld ...
0
votes
0answers
14 views

Table view, manual and settings in one screen: Best practice?

I am writing a text editing app. I target iOS 6 and 7, and use storyboards and autolayout. I thought this layout for the welcome screen would work well: <Files in a table view> ...
0
votes
0answers
15 views

Free cross-platform collision-detection libraries for iOS development

I'm developing cross-platform (Windows, Mac & iPad) software in C++ using the Ogre3D rendering engine. I need to add collision detection (but not complicated physics) so need a library which will ...
0
votes
1answer
10 views

uicollectionview didselectitematindexpath

i have a collection view, the datasource delegate works well, but UICollectionViewDelegate : -(void)collectionView:(UICollectionView *)collectionView didSelectItemAtIndexPath:(NSIndexPath *)indexPath ...
0
votes
0answers
8 views

Implement photoshop blending mode in iOS

There were numerous situations when designers gave me psd files, and there two layers where set with blending mode multiply. and always I couldn't implement that behaviour, and just used different ...
0
votes
1answer
25 views

iOS: copying an object from oldArray to newArray

I have oldArray that consists of many small arrays. Now i want to take one of these objects (one small array), modify it, and then (if the user hits a button) replace it. To do that: Step 1 - I ...
0
votes
0answers
13 views

Auto Layout using initWithFrame?

If I'm implementing AutoLayout programatically in iOS is it proper to use initWithFrame method? If not how to initialise a view of preferred size?
0
votes
1answer
13 views

Xcode 4.6 how to connect Mysql database

I'm sorry, but I am a beginner and do not know what to do. :D Please help me with a couple of questions. I can't connected my apps with mysql server please help. How I connect my iphone apps with ...
0
votes
1answer
19 views

deselecting button from another view controller

I have a UIButton, in each of the cells of a UItableview in viewcontrollerA. When you click the button, the button highlights and goes to viewcontrollerB. I want the buttons to deselect when you go ...
0
votes
0answers
16 views

Recognise a phrase from voice input only if the intensity hits certain decibel [iOS]

I've had a good browse around the topics in this group trying to see if this question has been addressed before, but couldn't find exact thing. So, apologies if this is old hat. Please also excuse the ...
0
votes
2answers
33 views

How to change height of grouped UITableView header?

I know how to change the height of the section headers in the table view. But I can't find anywhere online that points me in the right direction to change the default spacing before the first ...

1 2 3 4 5 10622
15 30 50 per page