I have created a Master/Detail app and it works correctly on my iPhone. I am trying to expand it to a split view app that will run on my iPad but am having problems with editing. I can add, edit and delete records on the Master/Detail with no problem but cannot get it to work correctly on the iPad. I have been looking for weeks for a tutorial on the split view but cannot find anything that applies. I think my problem is in the segues and not understanding how to change the bar button items on the add and edit screen. The Apple "Contacts" app works exactly like I would like my app to perform. Is anyone aware of a tutorial or some code I could possibly study?
Thanks in advance for any advice.
It doesn't look like it is a layout problem. The code works correctly on my iPhone. When I run it on my iPad the Save and Cancel buttons do not work either in the portrait or landscape mode. I think there is something wrong with my split view code. Being new to coding in Swift I am still not quite clear on exactly how the split view code works. I'll to keep searching and studying.