i am using collection view in my project which was taken programmatically,it's working fine with iphone 5 but to support for later versions of iphone (iphone6,6+) i am getting trouble .
Thanks in Advance
i am using collection view in my project which was taken programmatically,it's working fine with iphone 5 but to support for later versions of iphone (iphone6,6+) i am getting trouble .
Thanks in Advance
You might have added the collection view with a specific frame compatible for iPhone 5. In my opinion it is easy to do this directly on the xib/ storyboard directly, else you can add constraints programmatically as well.
Check this link