GokmenAkar
GokmenAkar
Is it possible to set a different color for the bubble that I want? `timeLine.bubbleColor = UIColor.orange ` this code change for all bubbles of timeline.
I followed instructions for **_storyboard_** and I set controllers correctly. **class Example: UIViewController, DrawerControllerDelegate {** ``` override func viewDidLoad() { super.viewDidLoad() self.drawerController?.delegate = self self.drawerController?.options.isAnimation = false self.drawerController?.setTransition(DrawerFloatTransition(), for: .left)...
Have you any idea why I cant play music? I don't get any crash and error. I checked many times xcode and spotify settings.