Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix table view contentInset adjustment with safe area when keyboard shows #1960

Conversation

yunhao
Copy link
Contributor

@yunhao yunhao commented Dec 26, 2019

UITableView will adjust it's contentInset with safe area. The adjusted contentInset can be derived from adjustedContentInset api. When table view is influenced by safe area, Eureka 5.1.0 has an issue that contentInset is adjusted too much after keyboard shows.

Solve #1959 #1953

@mats-claassen mats-claassen merged commit e737ef6 into xmartlabs:master Jan 3, 2020
adozenlines added a commit to adozenlines/Eureka that referenced this pull request Feb 14, 2020
* master: (21 commits)
  Remove bundle from podspec (xmartlabs#1981)
  Version bump 5.2.0 (xmartlabs#1980)
  Remove bundle resources (reimplemented in code) to support Swift Package Manager (xmartlabs#1976)
  Fix: avoid reloading rows in viewWillAppear when tableView is not added to window (xmartlabs#1971)
  Remove InputTypeInitiable constraint for PickerInputRow (xmartlabs#1975)
  Fix optional header and footer in SelectorViewController. (xmartlabs#1962)
  Fix table view contentInset adjustment with safe area when keyboard shows (xmartlabs#1960)
  fix for iOS 13 that was not removing the row automatically anymore even after calling the completion handler in a destructive swipe action (xmartlabs#1944)
  Add GenericMultivaluedSection to allow changing add button (xmartlabs#1843)
  Add [unowned self] to fix reference cycle (xmartlabs#1930)
  Allows a section's header and footer to be `nil` (xmartlabs#1927)
  version bump 5.1.0 (xmartlabs#1921)
  Fixed StepperRow for iOS 13 (xmartlabs#1913)
  Fix Travis for Xcode 11 iPhone 11
  setting the property wouldn't work
  Fixes documentation warning
  Release v5.0.1
  Fixed TextAreaRow Formatter comformance check
  implemented dark mode (xmartlabs#1889)
  Fix iPhone name
  ...

# Conflicts:
#	Example/Example/Base.lproj/Main.storyboard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants