Update README and examples
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user