Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • E enzevalos_iphone
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 66
    • Issues 66
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 6
    • Merge requests 6
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • enzevalos
  • enzevalos_iphone
  • Merge requests
  • !13

Feature/invitation

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged kondeichmann requested to merge feature/Invitation into master Jan 20, 2018
  • Overview 0
  • Commits 2
  • Changes 4

How to use:

let dialog = DialogViewController.present(on: self, with: .myOptionLayout)

dialog?.ctaAction = {
    // Action in cta Tapped
    // Implement Action here
}

dialog?.additionalAction = {
    // Action on additional Action
    // Implement Action here
}

you can replace .myOptionLayout with your custom option Layout. Just add your describing case in DialogOption and implement the missing functions. By adding your case in all switches. The view should layout itself.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/Invitation