Tagged Questions
Specific to Apple's iPhone and/or iPod touch, but inapplicable to iPad. For questions not dependent on hardware, use the "iOS" tag. Another tag to consider is "cocoa-touch" (but not "cocoa"). Please refrain from questions regarding the iTunes App Store or about iTunes Connect.
0
votes
0answers
3 views
Can iOS do central and peripheral work on same app at same time?
Can iOS (iPhone or iPad) app have Core Bluetooth (BTLE) central manger and peripheral manager objects at same time?
Can they operate asynchronously, or does main app thread need to make them share ...
0
votes
0answers
6 views
Unable to maintain session in AFNetworking client IOS 5 / 6
Hi I am using AFNetworking in my IOS app and I am unable to maintain session. I am using an AFNetworking client and using it in all requests to the server.
I have gone through the following ...
0
votes
0answers
9 views
JSON proxy classes generator like SudzC
Is there a service that generates JSON proxy classes exactly like the one with SudzC does with SOAP?
if not, what is the best and simplest library to use to handle JSON web services in iOS?
0
votes
0answers
24 views
Retaining the original table view object instead of search bar object
I have a table view with search bar filter. i want to delete a row in the tableview using swipe event in iOS. I done succesfully in both original tableview and search bar tableview. but my problem is ...
-1
votes
7answers
46 views
Delete only one item from array having same multiple values
There is an array in my app having multiple same values in it. I need to delete only one value at a time from array whether it has same more values in it.
Level1 Business,
Level2 Economy,
Level2 ...
0
votes
1answer
36 views
NSArray with online content
I'm working on an app to show a list of videos (tableView) and I would like to be able to modify the list without making a new update of the app everytime I change one thing.
I've heared about JSon ...
0
votes
0answers
15 views
need NSData to ascii85(adobe) NSString converter
I need to convert NSData to NSString with ascii85 encoding.
I've found this answer: Any ascii85/base85 encoder/decoder for iOS? but the category used there uses RFC1924 character set. But I need an ...
0
votes
1answer
26 views
webViewDidFinishLoad called multiple times for single loadrequest
I have been using webView delegate successfully from long time. But recently I faced strange issue with this delegate. In my current project I am trying to access my router from webview. I am passing ...
0
votes
1answer
24 views
Test apple push notifications to multiple devices
I need to check apple push notifications to multiple devices. I am using JavaPNS and the push is working fine. But I have only one device token with me. How can I be sure that in real time (when there ...
1
vote
1answer
18 views
Application Ready for sale but not showing in app store after 24 hours
my first app has been ready for sale since yesterday (6th June) and just checked it still not available in app store.
The availability date and pricing everything correct.
The link for my app is : ...
1
vote
2answers
35 views
Pull and Release elastic effect uiviewcontroller?
Hello everyone
I am trying to implement a pull and release effect like pull to refresh implemented in UITableViewController in a UIViewController.
I am trying to use UIPanGestureRecognizer or may ...
0
votes
0answers
15 views
iPhone: strange output when casting nsdata to nsstring
I get a NSData object in return after decrypting a payload with aes128:
NSData *returnData = [ciphertext AES128DecryptWithKey:keyData withIV:ivData];
I get the following hex output when i try to ...
0
votes
4answers
45 views
Finding the string which is separated by the '/' letter?
I am getting the string from the web service like ert/one/two in this format, now I want to get the string like two? Help me thanks in advance.
1
vote
4answers
35 views
Textfield's size change when enter large text
In my app I have multiple textField. when I enter small text than it will work fine, but when large text is entered than textField size changed.
Like this
With small text
With large text
And ...
0
votes
0answers
9 views
Can we use CCMenuItemToggle in UIActionsheet ?( cocos2d-iphone)
I 'm developing an Application where i need toggle buttons for Sound ON/OFF,and i'm using UIActionsheet.
any demos/tutorial would be highly appreciated.
Thanks !!