Fabian Buentello
Fabian Buentello

Reputation: 532

UITextField bottom of screen on UITableViewController

I am trying to place a UITextField at the bottom of a UITableViewController.

And once you touch the textField, the keyboard comes up.

I first tried to simply place the textField on the last cell of the tableview, But I couldn't even get that to work. I am so what new to Objective-C, so i don't know if my question is confusing.

here is an image to help understand what it is exactly that i am trying to do. http://icdn9.digitaltrends.com/image/instatag-11-340x504.jpg

the commenting section of instagram is probably the best example i can give.

Upvotes: 2

Views: 1234

Answers (1)

SFeng
SFeng

Reputation: 2276

I think this may meet your needs:https://github.com/songfrank/DAKeyboardControl

Here is Video demonstration on YouTube

Upvotes: 2

Related Questions