ExpandingMenu icon indicating copy to clipboard operation
ExpandingMenu copied to clipboard

Typo Error in "item1" Highlighted Image is Pointed to Place in Sample Project

Open jaytrixz opened this issue 7 years ago • 0 comments

Line 38. Just replace the image file name from:

let item1 = ExpandingMenuItem(size: menuButtonSize, title: "Music", image: UIImage(named: "chooser-moment-icon-music")!, highlightedImage: UIImage(named: "chooser-moment-icon-place-highlighted")!, backgroundImage: UIImage(named: "chooser-moment-button"), backgroundHighlightedImage: UIImage(named: "chooser-moment-button-highlighted")) { () -> Void in

to

let item1 = ExpandingMenuItem(size: menuButtonSize, title: "Music", image: UIImage(named: "chooser-moment-icon-music")!, highlightedImage: UIImage(named: "chooser-moment-icon-music-highlighted")!, backgroundImage: UIImage(named: "chooser-moment-button"), backgroundHighlightedImage: UIImage(named: "chooser-moment-button-highlighted")) { () -> Void in

jaytrixz avatar Apr 25 '17 07:04 jaytrixz