A minor point – but if you can’t set the dimensions or x,y of an element in the Size inspector (the boxes appear to be disabled) check the Attributes inspector and make sure that all the ‘Simulated Interface Elements’ (e.g. status bar, toolbar etc) are set to none. That should fix it!
Posts Categorized: iPhone
Notes on iPhone CoreLocation framework
If you tell the Location Manager to start updating, it will keep returning updates indefinitely until it’s told to stop. It returns the new location to its delegate method: didUpdateToLocation (Like a callback). It will keep trying to get you the most accurate location it can – when you create the Location Manager you can… Read more »