iphone-sdk-3.0 Questions

16

Solved

I have an app that has a tab bar & nav bar for normal interaction. One of my screens is a large portion of text, so I allow the user to tap to go full screen (sort of like Photos.app). The nav ...
Foredate asked 10/7, 2009 at 14:59

3

Solved

Is there any method to get to Manage Subscriptions in settings by clicking a button from my app??
Aparicio asked 15/7, 2011 at 13:3

4

Is AVAssetWriterInput's readyForMoreMediaData updated in a background thread? If readyForMoreMediaData is NO, can I block in the main thread and wait until the value changes to YES? I'm using an A...
Papule asked 4/5, 2011 at 0:11

6

Solved

So, I have a custom UIView subclass which enables drawing of rounded edges. The thing draws perfectly, however the background always fills the whole bounds, despite clipping to a path first. The bo...
Reinstate asked 11/10, 2009 at 17:52

7

Solved

I downloaded a project developed by Apple employees ( who taught course at Stanford on iPhone application development). Strangely , the frameworks are red. http://img.skitch.com/20100730-kcjun96mp...
Brodeur asked 29/7, 2010 at 16:58

15

Solved

I'm not sure what I am doing wrong but I try to catch touches on a MKMapView object. I subclassed it by creating the following class : #import <UIKit/UIKit.h> #import <MapKit/MapKit.h>...
Nappie asked 26/6, 2009 at 15:51

10

Solved

Is there a simple way to delete all the annotations on a map without iterating through all the displayed annotations in Objective-c?
Risa asked 12/6, 2010 at 3:44

12

Solved

How can I detect when the keyboard is shown and hidden from my application?
Maibach asked 7/12, 2010 at 7:57

15

Solved

I know soft shadows are not supported by the UILabel out of the box, on the iPhone. So what would be the best way to implement my own one? EDIT: Obviously I will subclass the UILabel and draw in ...
Pittance asked 10/11, 2009 at 16:13

5

Solved

I've been implementing the push service to my application, and I've been thinking about the application's badge. My app is a mail app (sorta) and I want to notify the user via push for new messages...
Steelworks asked 21/12, 2009 at 21:0

6

Solved

Silly question - Is there a way to download the iPhone SDK without Xcode when Apple releases an update?
Stephanestephani asked 30/3, 2010 at 8:3

25

I was wondering how I can format the textField that I'm using for a phone number (ie like the "Add New Contact" page on the iPhone. When I enter in a new mobile phone, ex. 1236890987 it formats it ...
Seaman asked 7/8, 2009 at 18:59

9

Solved

So I have a uipickerview with rows that only contain the number 0-24 and it looks a bit silly since the numbers are left aligned leaving a huge gap on the right of the pickerview. Is there an easy...
Nedrud asked 18/2, 2011 at 7:59

11

Solved

I had a UITextView that detects phone numbers and links, but this overrides my fontColor and change it to blueColor. Is there a way to format the color of auto detected links, or should I try a man...
Carnes asked 29/8, 2009 at 4:9

7

Solved

I have a UITextField in my iPhone app. I know how to make the text field select all of its text, but how can change the selection? Say I wanted to select the last 5 characters, or a specific range ...
Coseismal asked 18/7, 2010 at 22:35

5

Solved

I'm trying to figure out how to catch the event that controls the switch tabs on the UITabBarController. How could I accomplish this?
Shuler asked 11/1, 2010 at 13:9

10

Solved

Basically, I've tried to set up in app purchases on a test app before I implement them into a proper app that my company is working on. I've read the Store kit pdf and other snippets about a 1000 t...
Emlynn asked 26/1, 2010 at 11:15

7

Solved

I am able to successfully view a PDF from a website. I want to be able to download that PDF to the device, then access that file locally. When the app is opened, it will check the online PDF's dat...
Commendatory asked 9/2, 2010 at 3:47

18

I have developed my app in Xcode for iPhone, in start I have just named it without secnec now I want to change my app name I have replace my old app name with new one as I have found the name in my...
Thurmond asked 10/2, 2011 at 6:23

4

Solved

No, dropping the videos to ~/Library/Application Support/iPhone Simulator/3.2/Media/DCIM/100APPLE does not work totally, because the simulator can see the video on Photos.app, but when I try to ...
Yvonneyvonner asked 3/4, 2010 at 15:26

3

Solved

I'm using Core Data's automatic lightweight migration successfully. However, when a particular entity gets created during a migration, I'd like to populate it with some data. Of course I could chec...
Lampblack asked 11/6, 2010 at 19:46

4

Solved

I've created a slider track that is draw on the actual background of my app and I've also drawn the UISlider thumb image. I know how to set the thumb image for the slider. But how do I hide the UIS...
Inherited asked 11/11, 2010 at 20:17

4

Solved

I know a similar question has been asked before but it seemed never been answered. I have a UIWebView and add some content by string. I use UIWebView because I add some images to it dynamically and...
Welterweight asked 29/8, 2010 at 13:7

8

The problem of limiting strings that are directly entered into a UITextView or UITextField has been addressed on SO before: iPhone SDK: Set Max Character length TextField iPhone sdk 3.0 issue H...
Tranche asked 16/7, 2009 at 6:22

3

Solved

I am working on iPhone application which based on navigation controller. for example there are 2 views here. A (UITableViewController) and B (ViewController) the quest is here. when user select a...

© 2022 - 2024 — McMap. All rights reserved.