Tagged Questions
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.
0
votes
0answers
2 views
select rows from table in ios
i am new to xcode, i am using this code for selecting 10 rows from my table maximum. this code is working but there is a problem with it that suppose when i select one row from it, then automatically ...
-1
votes
0answers
4 views
Multi platform mobile application with phonegap
I have to develop a multi-platform(Android,IOS,Blackberry,Windows) mobile app. App must work in online mode ie. when connected to internet as well as offline mode ie.when not connected to internet.
...
0
votes
0answers
4 views
Is there a situation in which a MacOS/iOS programmer needs to write an entire project using only lower level, C based frameworks?
I was thinking, the way things stand, there is (I think) no reason for which one would decide to use only the non Objective-C APIs provided by lower level frameworks like Core Foundation. I initially ...
0
votes
0answers
3 views
how to know which uitableviewcell is checkmarked in facebook friendpicker?
in my ios app,
i want to know indexPath for UITableViewCell which is checkmarked?
basically i am trying to limit friend selection to 3 friends
for that i disabled userinteraction for tableview if ...
-2
votes
0answers
3 views
Starting webradio via Phonegap and running service in background?
We are currently working for a customer, who wants an app working on IOS and Android devices. Since we are a small team and very limited, we decided to use phonegap as framework to develop this app.
...
0
votes
1answer
11 views
How To Set Segue Identifier at runtime(programmatically)?
i am using a segue for transition between two view controllers
i have some different-different conditions according to which i want to change segue identifier. i have only one button with one segue, ...
0
votes
1answer
10 views
Relationship between Font size and Label size in Xcode
When dragging a Label into .xib file in Xcode, I noticed two "sizes": Font size of the label text and the size of the NSTextField instance itself.
If I want to display the text in different font size ...
0
votes
0answers
7 views
Is Phonegap's Notification Alert/Confirm supported by iPad?
I've noticed while going through the phonegap notification api that notification.alert and notification.confirm are stated to be supported by iPhone, but lacks information about support with regards ...
0
votes
0answers
11 views
Allow excerpt in JSON RestKit
If I have a JSON view that looks like this for a user object in my API:
{
"id": 1,
"posts": [
{
"id": 102
},
{
"id": 101
},
{
...
0
votes
0answers
36 views
Issue with Sorting NSMutableArray
I have an NSMutableArray which contains an NSDictionary, I need to sort the array based on certain criteria.
Sorting criteria is
sort based on properties.property.value, suppose if I want to sort ...
0
votes
0answers
12 views
uiwebview interrupt vs error
I have an UIWebView in my iOS app, which displays a very long web page. If the page fails to load for some reason, I display an alert in my webView:didFailLoadWithError: method. However, it is ...
0
votes
2answers
18 views
How to select and save multiple values from tables rows
here i have made a table class in which i have a list of 120 words, now i have to select minimum ten rows of the table for further precision.. please any one can guide me that how can i select more ...
0
votes
0answers
12 views
Loading empty nib causing crash on appstore review
Apple manages to get my app crash while loading a nib that only contains a view and a background color. I can't seem to get the crash on my device. Could it be a memory issue or am i doing something ...
0
votes
0answers
7 views
Play System Sound when Recording on iOS
Now, I want to play system sounds such as incoming message alerts, lock & unlock sounds while my APP is recording.
According to Audio Session Cookbook, "An app using the “recording” category ...
-1
votes
0answers
40 views
Unable to open url in safari ios
I am using this code
-(CCMenuItemSprite *)facebookLike
{
if(!_facebookLike)
{
_facebookLike=[CCMenuItemSprite itemWithNormalSprite:[CCSprite spriteWithSpriteFrameName:@"fbcoins.png"] ...