1. 10 2月, 2017 2 次提交
  2. 09 2月, 2017 2 次提交
  3. 08 2月, 2017 5 次提交
  4. 07 2月, 2017 2 次提交
  5. 04 2月, 2017 3 次提交
  6. 03 2月, 2017 2 次提交
  7. 02 2月, 2017 5 次提交
  8. 01 2月, 2017 5 次提交
  9. 31 1月, 2017 2 次提交
  10. 28 1月, 2017 3 次提交
  11. 27 1月, 2017 5 次提交
  12. 26 1月, 2017 3 次提交
  13. 25 1月, 2017 1 次提交
    • C
      Apply iOS status bar padding only to fullscreen views (#3362) · 0854b95a
      Chris Bracken 提交于
      * Apply iOS status bar padding only to fullscreen views
      
      Previously padding was applied to account for the status bar, whether in
      standard or expanded 'in-call' geometry only if the current view was not
      a subview of a containing view. This didn't cover the case of root views
      embedded in other windows (e.g. dialogs).
      
      We also ensure that the window is fullscreen to account for cases like
      small dialogs centred on the screen.
      
      * Do not apply padding if we're a subview in a containing view
      0854b95a