Tagged Questions

0
votes
0answers
12 views

UIView getting disabled

I have a UIView that's starting about 600 pt's off the screen, but when it comes on to the actual frame, it seems to be disabled. I've tried using a UIScrollView, but also can't b …
0
votes
1answer
33 views

UIPageControl dot for a search page

Hello, there! Is there any way to add a magnification glass icon instead of the dot for my first page, that allows to perform some search, using the UIPageControl for my native ap …
2
votes
1answer
103 views

Is there a solution to the 0.25 sec touch delay problem on iPhone OS? [closed]

Possible Duplicates: Is there a way to fake a real touch into iPhone OS? Is it possible to pull for touch points immediately after touchesBegan: gets called? To see the …
1
vote
4answers
78 views

When is the right time to change the datasource for a UITableViewController

After rendering a UITableView with a given datasource, I want to be able to switch to a different one prior to calling reloadData. Tried doing it in the method - (void)viewDidApp …
0
votes
1answer
38 views

View Autoresizing and Status Bar Hiding

Hi there, I'm really confused about how view autoresizing works and why the following doesn't work! When I start my app, I have a tab bar controller with 2 tabs, and the status b …
0
votes
1answer
34 views

Nesting Custom Classes/XIB’s with Interface Builder

I'll try to make this as short as I can. I wrote a custom class that extends UIView with a couple of IBOutlet properties, and it has a XIB associated with it where those IBOutlets …
0
votes
2answers
49 views

UINavigationBar with a static image

Adding an image to a UINavigationItem's titleView is pretty trivial, but when I push a new view on the stack it animates the UINavigationItem sliding off to the left, along with th …
0
votes
2answers
20 views

UIImageView - How to get the file name of the image assigned?

Is it possible to read the name of an UIImageView's image that's presently stored in the ImageView? I was hoping you could do something kind of like this, but haven't figured it o …
0
votes
1answer
29 views

How to read contacts from addressbook in a tableview ?

Anyone knows how to read all contacts from address book and show it in a tableview in the main screen ?
0
votes
2answers
33 views

How do you create UIBarButtonItems with a radio interface?

I have a UIToolbar that needs three buttons in a radio style, meaning that of the three, only one button can be pushed at a time. The documentation makes reference to the possibil …
0
votes
1answer
39 views

iPhone Keyboard Shift state: how to control it?

Hi all, Sorry if my question if a dumb one, but I couldn't find a way to solve it. The thing is a have a custom text view that sometimes need to wrap text according to its own rul …
0
votes
1answer
19 views

How to set/corrent the resting position of UIScrollView contents after it has scrolled.

I am implementing a view similar to a Table View which contains rows of data. What I am trying to do is that after scrolling, each row snaps to a set of correct positions so the bo …
0
votes
2answers
54 views

why does viewDidAppear not get triggered?

i have a root view controller that inserts a subview at index 0 at its viewDidLoad method. i am trying to get the subview to become firstResponder, but can only do this - from my …
-1
votes
0answers
19 views

how to do non-to display or that erases UITabBarController

UITabBarController was built in referring to link text. When a certain button was pushed, it managed to become a place where UITabBarController was displayed. Please teach how to …
1
vote
1answer
18 views

How should I do to pop all or Specific Number viewsController?

[self.navigationController popViewControllerAnimated:YES]; This code is to pop only one viewController. How should I do to pop all or Specific Number viewsController?

1 2 3 4 5 38 next
15 30 50 per page