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 scroll. Show all posts
Showing posts with label scroll. 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

Sunday, January 20, 2013

UIScrollView scroll in not smooth on loading of UiWebView

i have 8-10 UiWebView's  to load different charts and maps on an iPad, i am using UIScrollView to scroll through each page, problem is while loading of each UiWebView my UiScrollView does not scroll smoothly to other pages horizontally, my query is can i load UiWebView on background and how to make sure the scoll of pages is smooth, even though the loading of UiWebViews may take time.

 

Note :i have tried disabled scrolling on webview, so when i scroll on the page  the scroll event will be of UiScrollView, so believe no conflict with UiWebView.

also in ios 6 i read about suppressesIncrementalRendering = True but i want to support ios5, also as UiWebViews are said to be running on main thread by default, i suspect when loading of webViews and when user tries to scroll the page, the main thread is busy, but i want the scroll of the page to be smooth  even though the loading of UiWebViews may take time.



View the original article here

UIScrollView scroll in not smooth on loading of UiWebView

i have 8-10 UiWebView's  to load different charts and maps on an iPad, i am using UIScrollView to scroll through each page, problem is while loading of each UiWebView my UiScrollView does not scroll smoothly to other pages horizontally, my query is can i load UiWebView on background and how to make sure the scoll of pages is smooth, even though the loading of UiWebViews may take time.

 

Note :i have tried disabled scrolling on webview, so when i scroll on the page  the scroll event will be of UiScrollView, so believe no conflict with UiWebView.

also in ios 6 i read about suppressesIncrementalRendering = True but i want to support ios5, also as UiWebViews are said to be running on main thread by default, i suspect when loading of webViews and when user tries to scroll the page, the main thread is busy, but i want the scroll of the page to be smooth  even though the loading of UiWebViews may take time.



View the original article here