Skip to content
This repository was archived by the owner on Nov 29, 2022. It is now read-only.

Conversation

@kellyroach
Copy link

@kellyroach kellyroach commented Sep 7, 2018

This pull request upgrades the Applications and Colors demo apps of DZNEmptyDataSet to Xcode 9.4.1 modern *.storyboard's with autolayout, removing deprecated code, fixing 2 broken tests, fixing bugs in the demo apps. UISearchDisplayController is marked Deprecated by Apple. We've replaced this with newer UISearchBar and UISearchController . The old SearchViewController in the Colors demo app was being used two different ways. We've split this up into SearchViewController and DetailViewController .

  • pod install
  • Xcode 9.4.1 Update [project] to recommended settings
  • Fix 'Block implicitly mentions self' warning
  • Application's AppIcon and LaunchImage assets
  • Color's AppIcon and LaunchImage assets
  • Fix 'Dictionary value cannot be nil' Analyze issue
  • New *.storyboard's, autolayout, launch screens, UISearchController, DetailViewController, remove deprecated code, fix bugs, fix tests.
  • fix retain cycle warning fix retain cycle warning #392

We believe our P.R. subsumes #401, #395, #392 regarding the retain cycle warning in
UIScrollView+EmptyDataSet.m .

We've reviewed other outstanding P.R.'s. We feel the remaining recent P.R.'s, especially
wrt UIScrollView+EmptyDataSet.m and contentView are independent of our P.R.

UPDATE: We've updated this pull request to Xcode 10 .

@dzenbot dzenbot closed this Jan 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants