Eureka: Rows Not scrolling above keyboard when becomes first responder.

Created on 22 Oct 2016  路  1Comment  路  Source: xmartlabs/Eureka

Xcode 7.3.1
Deployment Target: iOS 8
Eureka Pod Version: 1.6.0
Swift Version 2.3

I am using Eureka in one of my app but the problem being is that when any text row becomes first responder, its not scrolling above keyboard and still lay below keyboard which makes that field and non visible and thats why difficult to make input. Also when tableview is scrolled up to pull that row in visible are, keyboard gets dismissed. Can you help whats been wrong.

Stack Overflow question

Most helpful comment

Probably you forgot to call super in viewWillAppear or viewDidLoad when overriding it.
I really appreciate if you report these issues attaching the relevant code.

>All comments

Probably you forgot to call super in viewWillAppear or viewDidLoad when overriding it.
I really appreciate if you report these issues attaching the relevant code.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

pteasima picture pteasima  路  3Comments

sedwo picture sedwo  路  3Comments

calli23 picture calli23  路  3Comments

iBearKh picture iBearKh  路  3Comments

jaylyerly picture jaylyerly  路  3Comments