Re: Updated View Bounds After Orientation Change...

2015-10-28 Thread Peters, Brandon
David and Ken, Thanks. What I needed was right @13:48 of the second video!!! > On Oct 27, 2015, at 1:50 PM, David Duncan wrote: > > In general I would highly recommend spending some time with this years Auto > Layout talks from WWDC. One of the many gems is the

Re: Updated View Bounds After Orientation Change...

2015-10-27 Thread David Duncan
In general I would highly recommend spending some time with this years Auto Layout talks from WWDC. One of the many gems is the discussion on how to read these logs: > On Oct 27,

Re: Updated View Bounds After Orientation Change...

2015-10-27 Thread Peters, Brandon
Ken, Thanks. I think I have the idea. I will have to try it when I get home. --Brandon > On Oct 26, 2015, at 23:40, Ken Thomases wrote: > > Read these lines over and over until you see it: > >> On Oct 26, 2015, at 9:49 PM, Peters, Brandon wrote: >>

Re: Updated View Bounds After Orientation Change...

2015-10-26 Thread Peters, Brandon
David, In IB, I have a vertical UIStackView with an image view and a text view (stacked in that order). I add the activity indicator programmatically: override func viewDidAppear(animated: Bool) { super.viewDidAppear(animated) // add activity indicator and start animation

Re: Updated View Bounds After Orientation Change...

2015-10-26 Thread Ken Thomases
Read these lines over and over until you see it: On Oct 26, 2015, at 9:49 PM, Peters, Brandon wrote: > > (Note: If you're seeing NSAutoresizingMaskLayoutConstraints that you don't > understand, refer to the documentation for the UIView property >

Re: Updated View Bounds After Orientation Change...

2015-10-25 Thread David Duncan
> On Oct 24, 2015, at 8:45 PM, Peters, Brandon wrote: > > Devs, > > I have a UIStackView, which holds an image view and a text view. The image > view has an activity indicator view as a subview (I add this > programmatically). When the view initially view loads, I center

Updated View Bounds After Orientation Change...

2015-10-24 Thread Peters, Brandon
Devs, I have a UIStackView, which holds an image view and a text view. The image view has an activity indicator view as a subview (I add this programmatically). When the view initially view loads, I center the activity indicator view within the image view and starting the animation for the