Fix Several Layout Issues
- Take
safeAreaInsets
into account when popup is presented as bottom sheet(#102). - Fix layout issue when
navigationItem.titleView
is used(#115). - Adjust position if
contentSizeInPopup
is changed in the middle of keyboard animation. - Fix
navigationItem.rightBarButtonItem
layout issue when orientation is changed.