This repository has been archived by the owner on Feb 28, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ambigious use of row and section
After convertion to swift 3 we don’t need extensions anymore, but they make non-framework code ambigious for rows and sections. Fixed using init(item:section:) and init(row:section:) for tableView and collectionView.
- Loading branch information
Aleksey Agapov
committed
Nov 18, 2016
1 parent
82fb4f6
commit 823b073
Showing
2 changed files
with
10 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters