Kodeco Forums

Storyboards Tutorial in iOS 7: Part 2

Storyboards tutorial to get you started with designing user interfaces for your iPhone apps on iOS 7.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/2623-storyboards-tutorial-in-ios-7-part-2

Hello

This is a good tutorial, can you please tell me, how to save the added player names ? so when I open the app again, it keeps the previous names.

You can use sql lite to store previous data.

I tried to add following codes in "PlayerDetailsViewController.h "
"class Player;

"protocol PlayerDetailsViewControllerDelegate

  • (void)playerDetailsViewControllerDidCancel:(PlayerDetailsViewController *)controller;
  • (void)playerDetailsViewController:(PlayerDetailsViewController *)controller didAddPlayer:(Player *)player;
    β€œend”

but the xcode shows 2 alarms! Please could you help? Many thanks!

Corydon

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! :]