AnthonyWhitakerJr / AnthonyWhitakerShowcase

iOS social networking application created to allow developers to create a realtime portfolio of their efforts. Infrastructure designed around Firebase, enabling organic future expansion to web and Android platforms.
1 stars 1 forks source link

Autosize Posts #19

Open AnthonyWhitakerJr opened 7 years ago

AnthonyWhitakerJr commented 7 years ago

Resize post cell to fit textview & image. Image should resize to width of device & height that matches aspect ratio of original image.

https://www.raywenderlich.com/129059/self-sizing-table-view-cells https://damienpontifex.github.io/self-sizing-uitableviewcell-with-uitextview-in-ios-8 http://stackoverflow.com/questions/19170053/resize-superview-after-subviews-change-dynamically-using-autolayout http://stackoverflow.com/questions/3605393/iphone-uiview-resize-frame-to-fit-subviews http://stackoverflow.com/questions/18118021/how-to-resize-superview-to-fit-all-subviews-with-autolayout