Open githelsui opened 4 years ago
[x] while textfield continues to be Edited on -> do not bring the view down
[x] resolve bug: brings view down to original position while being typed inside
https://stackoverflow.com/questions/22488728/why-a-frame-of-a-uiview-is-not-updating-in-viewdidlayoutsubviews
https://stackoverflow.com/questions/21297112/uiview-not-changing-position-in-animatewithduration
call self.view.layoutIfNeeded() before animation block
turn off autolayout for self.commentView https://stackoverflow.com/questions/20448037/how-to-turn-off-auto-layout-for-only-one-view-not-the-whole-story-board-xcod
[x] while textfield continues to be Edited on -> do not bring the view down
[x] resolve bug: brings view down to original position while being typed inside
https://stackoverflow.com/questions/22488728/why-a-frame-of-a-uiview-is-not-updating-in-viewdidlayoutsubviews
https://stackoverflow.com/questions/21297112/uiview-not-changing-position-in-animatewithduration
call self.view.layoutIfNeeded() before animation block
turn off autolayout for self.commentView https://stackoverflow.com/questions/20448037/how-to-turn-off-auto-layout-for-only-one-view-not-the-whole-story-board-xcod