lawmaestro

Results 16 comments of lawmaestro

Hey @KaneCheshire thanks for the feedback. The reason for adding to the MasterFastfile was just that's where the `ui_test` lane is. So if we did this all within the local...

I take your point about the dependencies, I guess on that basis the MS App Center shouldn't be in there either 🤷‍♂️ Technically all functionality is achievable without the Masterfastfile,...

The problem with that approach is that it would break formatting for tokens inlined, for example: ```Hello_%s_world``` The approach I took to work around the problem initially was to swap...

Are there any updates on the above? 👆

Hey, I’ve attached a hacked version of the example project showing it working for a textfield but not a textview. Cheers, Adam > On 7 Oct 2018, at 15:32, Dan...

Apologies, try this: ```` func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell { let cell = tableView.dequeueReusableCell(withIdentifier: CellIdentifier)! as UITableViewCell let textField = UITextField() // Works with this... //...