Transition between controllers coding in Swift. The transition starts at... better take a look below.
You only need two files:
BubbleTransition.swift
TransitionMode.swift
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()
Questions? You can find me on twitter @fitomad