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

Tuesday, April 29, 2014

Xcode not showing data loading on actual device

Ok say for instance i make a simple one page application with a webview in it and its connected to apple.com and i connect and run the app on my actual iphone it doesnt show that im using data. Meaning it doesnt have the little loading sybol in the status bar... This is weird and why is it doing this? Its only the applications i make and put on my phone through xcode not safari or other data or wifi using apps.


View the original article here

Sunday, January 19, 2014

Xcode not showing data loading on actual device

Ok say for instance i make a simple one page application with a webview in it and its connected to apple.com and i connect and run the app on my actual iphone it doesnt show that im using data. Meaning it doesnt have the little loading sybol in the status bar... This is weird and why is it doing this? Its only the applications i make and put on my phone through xcode not safari or other data or wifi using apps.


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