Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • 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

Merged
Created Jan 20, 2018 by kondeichmann@kondeichmann

Feature/invitation

  • 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
Reviewer
Request review from
Time tracking
Source branch: feature/Invitation