Adam Rowe

Results 4 comments of Adam Rowe

> Hi, You've to register a new application in your apple developer account. Then replace the current bundle identifier with your newly created application identifier. @vineetchoudhary This is also happening...

We would like the ability to vertically align placeholder text as well.

> @jverkoey Can you clarify why this is a bug? It looks like a feature request. As far as I can tell from the [Material Text Fields guidelines article](https://material.io/design/components/text-fields.html), there...

> Problem solved: > > Remove the sizing from viewDidLoad and add them in viewWillAppear: > > ``` > override func viewWillAppear(_ animated: Bool) { > tableView.estimatedRowHeight = 75 >...