Re: 'NSInvalidArgumentException', reason: 'Unable to parse constraint format: Expected a view

2013-12-30 Thread Donald Hall
: 'NSInvalidArgumentException', reason: 'Unable to parse constraint format: Expected a view V: [toolbar]-20-[topGuide] ^' Does anyone have any ideas where I am going wrong? I tried using the view instead of topGuide, but got the same error message. I am trying to keep the tool bar from

'NSInvalidArgumentException', reason: 'Unable to parse constraint format: Expected a view

2013-12-29 Thread Donald Hall
]]; [self.view layoutSubviews]; // You must call this method here or the system raises an exception - toolbar is a UIToolBar at the top of the view. This doesn't work. I get the following: 'NSInvalidArgumentException', reason: 'Unable to parse constraint format: Expected a view V

Re: 'NSInvalidArgumentException', reason: 'Unable to parse constraint format: Expected a view

2013-12-29 Thread Roland King
of the view. This doesn't work. I get the following: 'NSInvalidArgumentException', reason: 'Unable to parse constraint format: Expected a view V: [toolbar]-20-[topGuide] ^' Does anyone have any ideas where I am going wrong? I tried using the view instead of topGuide, but got

Re: 'NSInvalidArgumentException', reason: 'Unable to parse constraint format: Expected a view

2013-12-29 Thread Donald Hall
views: viewsDictionary]]; [self.view layoutSubviews]; // You must call this method here or the system raises an exception - toolbar is a UIToolBar at the top of the view. This doesn't work. I get the following: 'NSInvalidArgumentException', reason: 'Unable to parse

Re: 'NSInvalidArgumentException', reason: 'Unable to parse constraint format: Expected a view

2013-12-29 Thread Roland King
the following: 'NSInvalidArgumentException', reason: 'Unable to parse constraint format: Expected a view V: [toolbar]-20-[topGuide] ^' Does anyone have any ideas where I am going wrong? I tried using the view instead of topGuide, but got the same error message. I am trying to keep