Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <ul> <li>An easy Javascript bookmarklet installation method for Mobile Safari. (OpenRadar: <a href="http://openradar.appspot.com/5935641" rel="nofollow noreferrer">1</a>, <a href="http://openradar.appspot.com/radar?id=4422" rel="nofollow noreferrer">2</a>)</li> <li>UIWebView needs more of UIScrollView's properties and methods, such as contentOffset.</li> <li>More configurability on some of the built-in behaviors and views, e.g. the button text on UITableViewCell's "Delete" button, or the styles and text of UIAlertSheet/UIAlertView buttons. (Some of these can be done today with undocumented calls, but I'd rather not rely on those.)</li> <li>More flexibility from UINavigationController, such as the ability to push/pop views that selectively don't display the navigation bar but using the same animations and stack, or more customizability over the navigation bar button labels and behaviors.</li> <li>The ability to restrict interface orientation per UIViewController, not just accept/reject changes via shouldAutorotate. E.g. I want my main content view to be autorotatable, but I want my navigation hierarchy and settings screens to always display in portrait, even if the content view was rotated to landscape.</li> <li>libxml and its handy DOM XML parser instead of the SAX-based NSXMLParser.</li> <li>libcurl w/SSL, or more options and functionality for NSURLConnection.</li> <li>Ability to check whether a URL scheme is registered. This could be used for apps to detect whether other specific apps are installed, and enable functionality selectively, e.g. when Instapaper detects Tweetie is installed, it can offer a "Post with Tweetie" button. <em>(Disclaimer: That was a plug. I make <a href="http://www.instapaper.com/" rel="nofollow noreferrer">Instapaper</a>.)</em></li> </ul> <p>I'm sure I'll think of more, but overall, I'm <strong>very</strong> happy developing for the iPhone. I'm amazed at the quality and sophistication of the iPhone OS, the SDK, and the development tools given how incredibly young they all are.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload