Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes example about getting rows by tag #1378

Merged
merged 2 commits into from
Jan 9, 2018
Merged

Conversation

m-revetria
Copy link
Member

Fixes #1374

@m-revetria m-revetria requested a review from a team January 8, 2018 14:37
@m-revetria m-revetria merged commit 184dd04 into master Jan 9, 2018
@m-revetria m-revetria deleted the fix-faq-getrowbytag branch January 9, 2018 13:29
@@ -1023,7 +1023,7 @@ For instance:
let dateRow : DateRow? = form.rowBy(tag: "dateRowTag")
let labelRow: LabelRow? = form.rowBy(tag: "labelRowTag")

let dateRow2: Row<Date>? = form.rowBy(tag: "dateRowTag")
let dateRow2: Row<DateCell>? = form.rowBy(tag: "dateRowTag") as? Row<DateCell>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@m-revetria @mcousillas6 According Swift type inference we should not need need as? Row<DateCell> here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants