SHMultipleSelect
SHMultipleSelect copied to clipboard
Autolayout with SHMultipleSelect
Hi
I am using autolayout in my project and I want exactly the same feature as provided by SHMultipleSelect but I think it doesn't support autolayout constraints. I tried to add constraint through code but it gives the following error:
Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Impossible to set up layout with view hierarchy unprepared for constraint.'
The issue comes while rotating the device, the view gets distorted.
Can you please add autolayout support to this? That would really be very helpful.
Thanks
Hi Godara Can you please create one small XCode project using SHMultipleSelect that produces this issue, and send me this project to email: [email protected]. I'll fix and push it.
Hi,
Just to confirm that I am also having this issue.
If you rotate the device, you will see the problem.
Thanks.
Hi, In landscape mode after rotating autolayout is not working...its not working properly at all...check yourself after rotation to landscape mode...
I have fixed it by setting frames for UI elements in layout subviews method....
Hi Team,
How can fix this autolayout problem while rotate in landscape mode..