Skip to content

fitomad/iOS-Bubble-Transition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iOS Bubble Transition

Transition between controllers coding in Swift. The transition starts at... better take a look below.

Bubble Transition

Code

You only need two files:

  • BubbleTransition.swift
  • TransitionMode.swift

Example

Here It is BubbleTransition in action

let bubble: BubbleTransition = BubbleTransition()

bubble.startingPoint = someButtonYouTap.center
bubble.transitionMode = TransitionMode.Present
// The background color for bubble.
// If not define the transition takes the 
// presented controller background color
bubble.bubbleColor = UIColor.blueColor()

Contact

Questions? You can find me on twitter @fitomad

Releases

No releases published

Packages

No packages published

Languages