Questions tagged [iphone]
DO NOT use this tag unless you are addressing Apple's iPhone and/or iPod touch specifically. For questions not dependent on hardware, use the tag [ios]. More tags to consider are [xcode] (but only if the question is about the IDE itself), [swift], [objective-c] or [cocoa-touch] (but not [cocoa]). Please refrain from questions regarding the iTunes App Store or about iTunes Connect. If using C#, tag with [mono].
iphone
220,720
questions
-9
votes
6
answers
2k
views
How can i fetch value from Json response in Objective -C
I have a problem with fetching data from Json response.
Here is an example data structure :
(
{
AT = "<null>";
DId = 0;
DO = 0;
PLId = 33997;
...
-9
votes
3
answers
2k
views
Border of UITextField in Objective c
When user click on UITextfield its border highlight like native application of mac. Shown blue UIColor like animating. I am new in iOS. Please help . Thanks in advance.
-9
votes
1
answer
363
views
extract first 3 char to mutable string [closed]
NSMutableString *str = [[NSMutableString alloc] init];
[str appendString: @"ab cd efghil mnopq rstuvz"];
//my test
[str deleteCharactersInRange:NSMakeRange(2, [str length] -1)];
I would extract the ...
-9
votes
2
answers
411
views
Issue with attaching an Image file with mail
I am trying to capture a view as an image and then attach that image through mail , but the problem is after capturing the view a white border appears around the image ! , this problem happens only on ...
-9
votes
2
answers
886
views
Change font size of UITextField or UITextView with UIPickerView [closed]
I want to change the font size in UITextField or in UITextView with using UIPickerView
-9
votes
2
answers
108
views
Use iPhone 5 for Retina 3,5" debugging
I recently gave my iPhone 4 to a friend so I don't have a Retina 3,5" Device anymore.
I wondered if theres a way without much tweaking the app code to get the 3,5" Version on the iPhone 5(like an App ...
-9
votes
2
answers
248
views
What are the drawbacks of using Storyboard [duplicate]
Why are many organisations not using Storyboard for developing iPhone apps?
What are drawbacks of using Storyboard?
-9
votes
3
answers
310
views
How to convert TextView.attributedText in HTML format in iOS?
In this textview i edit text by rich-text-editor
-10
votes
2
answers
217
views
How to parse this response and save into array in iphone
I am new in objective-c, i have done NSXML parsing, but how to parse this response. The Response is:
Array
(
[success] => 1
[artworks] => Array
(
[0] => Array
...
-10
votes
2
answers
116
views
How to make the HTML file [closed]
I am developing one application. In that app I am getting the html content from the NSXMLParser. And I need to send that html data to UIWebView. SO please tell me how to give that html data as input ...
-11
votes
3
answers
4k
views
iOS custom Time Picker l
I want to create time picker in iOS like following image
Please suggest me any available framework or way to achieve this type of timer in iOS.
In this image when user click on red circle and drag ...
-11
votes
3
answers
2k
views
how do i get particular key value from string in swift4
i have string response from xml and i get all value but i need a particular key value named "District_NameEng" how i get this.
func parser(_ parser: XMLParser, foundCharacters string: String) {
from ...
-11
votes
4
answers
902
views
How to create and deploy IOS App from windows OS
I'm creating a mobile application. The requirement is that the mobile application should be deployed in Android as well as iOS. I'm able to create the application and deploy it into Android using ...
-12
votes
1
answer
301
views
ObjectAtIndex method of an NSMutableArray Object [closed]
I'm using an NSMUtableArray to store some objects I created. but when I write [myArray objectAtIndex:i] where i is a valid index for that particvular array one of two thing happens: if I'm using the ...
-12
votes
1
answer
220
views
List Document Files in IOS [closed]
I need to know about basic questions .
1) I need to download some data from my app ..where should i store it in (document directory or in some other path).
2) if i store in the document directory in ...
-12
votes
3
answers
522
views
How to fetch data from JSON and show it in table cell view [closed]
This is my Json returned from webservices.
How can I fetch data of watch id and show it in table view cell?
[{"0":"17","watch_id":"17","1":"127","msg_id":"127","2":"u2a","type":"u2a","3":"17","4":"...
-12
votes
4
answers
399
views
How can I implement 4 Round Rect Buttons which behave like tabbars items? [closed]
i am trying to create one application that have navigation bar on top of view and just below of navigation bar i want to add 4 buttons that's look like tabbar, i am not using tabbar bar due Apple ...
-13
votes
1
answer
1k
views
Objective-C "Star Wars" opening crawl [closed]
How to do "Star Wars" opening crawl for iOS?
I tried to do on CSS3 (3D transforms), but it is very slow.
Is it possible to do it on Objective-C?
Please show how to write in Objective-C!
-13
votes
1
answer
198
views
My iphone app loads slower than others that are similar [closed]
I have a location based social networking app.
But it loads a lot slower than other similar apps.
It really slows down when loading photos.
If I send a photo in a chat window on my app and then the ...
-13
votes
1
answer
141
views
Why my iPhone app's downloads is high although I didn't publish anywhere? [closed]
I published an app but before I started to market it (no-one knows about it) I have 300 downloads in 2 months.
How come?