I have a String message1, bound to TextField textField1. (OS X 10.10.5).
- (void)computeSomething
{
self.message1 = @“Start computing”;
// some seconds of computations
self.message1 = @“Result = 42”;
}
This never shows “Start computing”.
(same problem with self. textF
> On Mar 13, 2016, at 12:32 PM, Charles Jenkins wrote:
>
> I’m developing my first iOS app. On the General tab of my app’s build
> settings, I have checked only Portrait as the supported orientation. When
> testing on an iPad today, I noticed that if I start the app with the iPad
> held in la
I’m developing my first iOS app. On the General tab of my app’s build settings,
I have checked only Portrait as the supported orientation. When testing on an
iPad today, I noticed that if I start the app with the iPad held in landscape
mode, the launch image appears in landscape and of course lo