Update README and examples

This commit is contained in:
WenchaoD
2017-03-01 21:34:31 +08:00
parent e4ed35a162
commit fea14a782d
6 changed files with 31 additions and 3 deletions
@@ -217,6 +217,7 @@ class PageControlExampleViewController: UIViewController,UITableViewDataSource,U
public func pagerView(_ pagerView: FSPagerView, cellForItemAt index: Int) -> FSPagerViewCell {
let cell = pagerView.dequeueReusableCell(withReuseIdentifier: "cell", at: index)
cell.imageView?.image = UIImage(named: self.imageNames[index])
cell.imageView?.contentMode = .scaleAspectFill
return cell
}