Skip to content

Instantly share code, notes, and snippets.

@olegoid
Last active August 29, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olegoid/6981fd26f0405c10114c to your computer and use it in GitHub Desktop.
Save olegoid/6981fd26f0405c10114c to your computer and use it in GitHub Desktop.
State Restoration Review
1. Форматирование:
1.1. Отфоматировать как в остальном коде
https://github.com/xamarin/private-samples/blob/master/ios7/StateRestoration/StateRestoration/AppDelegate.cs#L15
1.2. Edit->Format->Format Selection для switch
https://github.com/xamarin/private-samples/blob/master/ios7/StateRestoration/StateRestoration/DetailViewController.cs#L148
https://github.com/xamarin/private-samples/blob/master/ios7/StateRestoration/StateRestoration/DetailViewController.cs#L180
2. Убрать private
https://github.com/xamarin/private-samples/blob/master/ios7/StateRestoration/StateRestoration/Cell/CustomCellBackground.cs#L10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment