UIKit

Latest

  • BERLIN, GERMANY - APRIL 22: The logo of the online map service Goolge Maps is shown on the display of a smartphone on April 22, 2020 in Berlin, Germany. (Photo by Thomas Trutschel/Photothek via Getty Images)

    Google will stop trying to make its iOS apps look like Android apps

    by 
    Igor Bonifacic
    Igor Bonifacic
    10.12.2021

    Google says it will phase out its use of Material Design interface elements within its iOS apps in favor of Apple’s own UIKit.

  • Journeys inside the iPhone's SDK

    by 
    Erica Sadun
    Erica Sadun
    08.03.2007

    I have now spent a pretty solid week writing applications for the iPhone. And what an exciting week it's been. I've been privileged to view and interact with the iPhone in a way that few other people have had the opportunity to. The iPhone is tight, robust and its SDK--even seen through such imperfect tools as class-dump--is beautiful. Let me give you an example. This morning I decided to write a basic word processor for the iPhone. In about 30 lines of code, I was able to create an application that saved all changes to disk and reloaded that text launching the application. That kind of success doesn't happen because I'm some sort of phenomenal programmer, it happens because Apple makes amazing, usable libraries. I was able to use classic Cocoa strategies like reading a string to and from disk and combine it with new UIKit strategies like creating a keyboard that automatically knows how to enter and edit text.

  • In which, iPhone apps are built

    by 
    Erica Sadun
    Erica Sadun
    07.30.2007

    It turns out that creating new GUI iPhone apps is both harder and easier than you expect. Saturday night when the first iPhone UI app proof-of-concept appeared, I was tied up with family. I frantically emailed Mike Rose begging him to get a post out, which, wonderful man that he is, he did. Sunday, I grabbed what time I could, intent on testing out the new developer toolchain produced by Nightwatch and company. In summary: if you can wait for an already-compiled binary toolchain to emerge, do so. The developers have done all they can to make building the tools as simple a process as possible. The folks on the irc.osx86.hu #iphone-uikit channel are helpful and supportive. But the bottom line is pre-alpha means pre-alpha. There many rough compiling patches along the way where I ended up hitting my head against the wall, convinced I could never get the tools built. I had to edit the source several times to get it to compile on my Intel Mac Mini.

  • Binaries, source outed for first 3rd party iPhone app

    by 
    Chris Ziegler
    Chris Ziegler
    07.29.2007

    It's still a little way off from meaning anything to the average user, but the enterprising folks over at iPhone Dev Wiki have finally turned out binaries and source code for their very first compiled iPhone app. Of course, all it does is spit out the ubiquitous programmer shout-out "Hello World," but make no mistake -- this is a huge step in getting usable, real-world apps into end users' hands without Apple's or AT&T's official blessing, and the fact that anyone can download this source and roll their own proof of concept is pretty darned comforting. "Hello World," indeed.[Via TUAW]