/iosStudy

Objective-C & iOS study

Primary LanguageObjective-CMIT LicenseMIT

iosStudy

XcodeBuildCI

1_UIViewExample

  • UIView
  • UIImageView
  • ViewController

2_ProtocolDelegateExample

  • @protocol
  • delegate pattern
  • @property weak attributes (retain cycle issue)

3_TableViewExample

  • UITableView
  • UITableViewCell
  • UITableViewDataSource
  • UITableViewDelegate

4_MultiCellTableViewExample

  • Multi - UITableViewCell

5_CollectionViewExample

  • UICollectionView
  • UICollectionViewCell
  • UICollectionViewDataSource
  • UICollectionViewDelegate
  • UICollectionViewDelegateFlowLayout

6_CustomLayoutCollectionViewExample

7_isEqual&NSCopying

  • Override isEqual & hash (SampleMainVO+isEqual.h)
  • NSCopying Protocol (SampleMainVO+copy.h)

8_PageViewControllerExample

  • UIPageViewController