Vignesh
Vignesh

Reputation: 35

textview shrinking in landscape view when keyboard appears ios

Full size of textview in landscape view

Shrinked textview when keyboards appears in landscape view

Upvotes: 0

Views: 68

Answers (2)

Mithun kumar
Mithun kumar

Reputation: 662

You can use the size class Compact Width | Any Height combination and add the AutoLayout Constraints

Upvotes: 1

Pankaj Teckchandani
Pankaj Teckchandani

Reputation: 745

You need to give constraints to your textview(for landscape mode). Refer Autolayouts https://developer.apple.com/videos/play/wwdc2012-202/

Upvotes: 1

Related Questions