IPAD must-haves. And fun-to-haves.

Brighten your iPad with a colorful cover, stream to your TV, download pictures from your digital camera, and more. There’s already so much you can do with iPad and iPad mini

Apple Wireless Keyboard

The incredibly thin Apple Wireless Keyboard uses Bluetooth technology, which makes it compatible with iPad

Apple unveils iPad mini: ‘Thin as a pencil, light as paper’

iPad inspires creativity and hands-on learning with features you won’t find in any other educational tool

Lightning connector and FaceTime HD camera

Apple announces 4th generation iPad packing an A6X CPU

Pages

Showing posts with label UITableview. Show all posts
Showing posts with label UITableview. Show all posts

Wednesday, March 27, 2013

UITableView Scroll Bug?!

I have a UITableViewController view with a table view showing some items and I'm able to scroll normally but when I added a UIView to the header of the table view and added a UISearchBar to this UIView (just added this in IB, no additional code, nothing else) the table view does not scroll anymore, it bounces as if it would scroll but it blocks the scrolling.

 

If I tap on the search bar and afterwards cancel the search, then when it goes back to the original table view it scrolls normally.

 

Has anyone faced this issue before? Any suggestions?


View the original article here

UITableView Scroll Bug?!

I have a UITableViewController view with a table view showing some items and I'm able to scroll normally but when I added a UIView to the header of the table view and added a UISearchBar to this UIView (just added this in IB, no additional code, nothing else) the table view does not scroll anymore, it bounces as if it would scroll but it blocks the scrolling.

 

If I tap on the search bar and afterwards cancel the search, then when it goes back to the original table view it scrolls normally.

 

Has anyone faced this issue before? Any suggestions?


View the original article here

Thursday, February 28, 2013

Dynamically adding content to a UITableview controller


Hello everybody,



     I am Jona. I am very fresher to iphone app development.



     I have a doubt in creating UITableview controller and adding content to this controller dynamically.



     Please help me.




    For example.









 



These are the screen shots for my simple project.



Now, I need to read a text from a textfield and insert that text into a set.



How to do it dynamically?



Please help me.


View the original article here