Mac / iPhone App Development
Home of a Small Time Developer
  1. UIKit Modal Prompt

    in order to not lock the ui iVersion runs it’s svn commands in a seperate threads. The promblem arises when one of thses threads needs to prompt for a value e.g. a username / password. Firstly UIKit does not provide a modal alert view and secondly UIKit should only be called from the mainThread.
    First we [...]