Intermediate Debugging with Xcode 8

@graham_stokes: It looks like the Storyboard Segue’s Partial Curl transition effect covers the text field. To fix the issue, choose the Storyboard Segue with the identifier “AddOrEditGift” and, using the Attribute Inspector, set its Transition attribute to Default.

For example:

After doing this you should be able to access the text fields with no issue. Hope this helps! :]

Subtle and interesting. Thanks so much for working that one through. I finished the tutorial just now and it was extremely interesting and helpful. I was particularly pleased for the insight into the way of calling external scripts (shell, perl or whatever) which can make light work of things that are extremely diffcult and clumsy (if indeed possible) in Swift. So many tricks to use. Look forward to seeing your future articles. Best Regards.

1 Like

Great tutorial. Simple things I would have never found that I can use everyday. - Tom

1 Like

I noticed that this tutorial is “Intermediate Debugging” for Xcode 8. Do you have any recommendations for people who are brand new to Swift and looking for tutorials on beginner debugging in Xcode?

@jamesshapiro

Hello!

You might want to check out the RWDevCon 2016 Vault which has a number of videos that are available for free. Here’s a link: https://videos.raywenderlich.com/courses/59-rwdevcon-2016-vault/lessons/1

Plus, there are a ton of Swift resources over in the Swift category: https://www.raywenderlich.com/category/swift

Hope this helps! :]

This tutorial is more than six months old so questions are no longer supported at the moment for it. We will update it as soon as possible. Thank you! :]