git:https://github.com/michaeltyson/TPKeyboardAvoidinggit
用法:github
1,將TPKeyboardAvoiding目錄添加到工程中;spa
2,在viewController對應的XIB中,加一個UIScrollView,將scrollView類屬性設置爲TPKeyboardAvoiding;it
3,在代碼中讓UIScrollView調用 [self.scrollViewcontentSizeToFit];class
4,把你須要的textfield,textview加到UIScrollView上;scroll
OK,這樣textfield,textview就能實現自動上滾,而且自動設置鍵盤的"return"鍵。di