Open jvlin opened 10 years ago
Good job, Joey! The point of this homework was to explore how to work with a UITableView with embedded controls, which is a very common use case. Below is the checklist I went through when reviewing your application. For the advanced, it's important to tackle the optional challenge of making the row expand as you type, it's a good illustration of the types of challenges production iOS apps have.
Thanks a lot for the tip earlier. was able to get things working properly after setting constraints on the UITextView.
@timothy1ee