How to set a TextField

2016-03-13 Thread Gerriet M. Denkmann
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

Re: Is a portrait-only launch image possible?

2016-03-13 Thread David Duncan
> 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

Is a portrait-only launch image possible?

2016-03-13 Thread Charles Jenkins
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