allen huang
allen huang
I encountered the same issue and found a solution from #205. Try to `setContentOffset` to `CGPoint.zero` before `reloadData` of tableView ```swift self.tableView.setContentOffset(CGPoint.zero, animated:false) self.tableView.reloadData() ```
I suggest custom color(text, background) for following states: * Editing: normal editing, conforming `isEditing=true` of UIViewController * ReadOnly: can not edit, conforming `isEditing=false` of UIViewController * Disabled: much like ReadOnly...
Same issue here. Update the podspec to https://github.com/CocoaPods/Specs would be better. It needs the owner(@jmasica) of podspec to update it.