├── ASMenuBubble.podspec ├── LICENCE ├── README.md ├── README └── animated.gif ├── UIConcept.xcodeproj ├── project.pbxproj ├── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcuserdata │ │ └── scamps.xcuserdatad │ │ └── UserInterfaceState.xcuserstate └── xcuserdata │ └── scamps.xcuserdatad │ └── xcschemes │ ├── UIConcept.xcscheme │ └── xcschememanagement.plist ├── UIConcept ├── ASBubbleMenu │ ├── ASMenuBubble.swift │ ├── MenuBubbleV.png │ └── menuBubbleX.png ├── AppDelegate.swift ├── Assets.xcassets │ └── AppIcon.appiconset │ │ └── Contents.json ├── Base.lproj │ ├── LaunchScreen.storyboard │ └── Main.storyboard ├── Info.plist ├── ViewController.swift ├── icon1.png ├── icon10.png ├── icon11.png ├── icon2.png ├── icon3.png ├── icon4.png ├── icon5.png ├── icon6.png ├── icon7.png ├── icon8.png └── icon9.png ├── UIConceptTests ├── Info.plist └── UIConceptTests.swift └── UIConceptUITests ├── Info.plist └── UIConceptUITests.swift /ASMenuBubble.podspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aku-n06/ASBubbleMenu/HEAD/ASMenuBubble.podspec -------------------------------------------------------------------------------- /LICENCE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aku-n06/ASBubbleMenu/HEAD/LICENCE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aku-n06/ASBubbleMenu/HEAD/README.md -------------------------------------------------------------------------------- /README/animated.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aku-n06/ASBubbleMenu/HEAD/README/animated.gif -------------------------------------------------------------------------------- /UIConcept.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aku-n06/ASBubbleMenu/HEAD/UIConcept.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /UIConcept.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aku-n06/ASBubbleMenu/HEAD/UIConcept.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /UIConcept.xcodeproj/project.xcworkspace/xcuserdata/scamps.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aku-n06/ASBubbleMenu/HEAD/UIConcept.xcodeproj/project.xcworkspace/xcuserdata/scamps.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /UIConcept.xcodeproj/xcuserdata/scamps.xcuserdatad/xcschemes/UIConcept.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aku-n06/ASBubbleMenu/HEAD/UIConcept.xcodeproj/xcuserdata/scamps.xcuserdatad/xcschemes/UIConcept.xcscheme -------------------------------------------------------------------------------- /UIConcept.xcodeproj/xcuserdata/scamps.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aku-n06/ASBubbleMenu/HEAD/UIConcept.xcodeproj/xcuserdata/scamps.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /UIConcept/ASBubbleMenu/ASMenuBubble.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aku-n06/ASBubbleMenu/HEAD/UIConcept/ASBubbleMenu/ASMenuBubble.swift -------------------------------------------------------------------------------- /UIConcept/ASBubbleMenu/MenuBubbleV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aku-n06/ASBubbleMenu/HEAD/UIConcept/ASBubbleMenu/MenuBubbleV.png -------------------------------------------------------------------------------- /UIConcept/ASBubbleMenu/menuBubbleX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aku-n06/ASBubbleMenu/HEAD/UIConcept/ASBubbleMenu/menuBubbleX.png -------------------------------------------------------------------------------- /UIConcept/AppDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aku-n06/ASBubbleMenu/HEAD/UIConcept/AppDelegate.swift -------------------------------------------------------------------------------- /UIConcept/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aku-n06/ASBubbleMenu/HEAD/UIConcept/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /UIConcept/Base.lproj/LaunchScreen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aku-n06/ASBubbleMenu/HEAD/UIConcept/Base.lproj/LaunchScreen.storyboard -------------------------------------------------------------------------------- /UIConcept/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aku-n06/ASBubbleMenu/HEAD/UIConcept/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /UIConcept/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aku-n06/ASBubbleMenu/HEAD/UIConcept/Info.plist -------------------------------------------------------------------------------- /UIConcept/ViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aku-n06/ASBubbleMenu/HEAD/UIConcept/ViewController.swift -------------------------------------------------------------------------------- /UIConcept/icon1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aku-n06/ASBubbleMenu/HEAD/UIConcept/icon1.png -------------------------------------------------------------------------------- /UIConcept/icon10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aku-n06/ASBubbleMenu/HEAD/UIConcept/icon10.png -------------------------------------------------------------------------------- /UIConcept/icon11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aku-n06/ASBubbleMenu/HEAD/UIConcept/icon11.png -------------------------------------------------------------------------------- /UIConcept/icon2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aku-n06/ASBubbleMenu/HEAD/UIConcept/icon2.png -------------------------------------------------------------------------------- /UIConcept/icon3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aku-n06/ASBubbleMenu/HEAD/UIConcept/icon3.png -------------------------------------------------------------------------------- /UIConcept/icon4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aku-n06/ASBubbleMenu/HEAD/UIConcept/icon4.png -------------------------------------------------------------------------------- /UIConcept/icon5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aku-n06/ASBubbleMenu/HEAD/UIConcept/icon5.png -------------------------------------------------------------------------------- /UIConcept/icon6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aku-n06/ASBubbleMenu/HEAD/UIConcept/icon6.png -------------------------------------------------------------------------------- /UIConcept/icon7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aku-n06/ASBubbleMenu/HEAD/UIConcept/icon7.png -------------------------------------------------------------------------------- /UIConcept/icon8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aku-n06/ASBubbleMenu/HEAD/UIConcept/icon8.png -------------------------------------------------------------------------------- /UIConcept/icon9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aku-n06/ASBubbleMenu/HEAD/UIConcept/icon9.png -------------------------------------------------------------------------------- /UIConceptTests/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aku-n06/ASBubbleMenu/HEAD/UIConceptTests/Info.plist -------------------------------------------------------------------------------- /UIConceptTests/UIConceptTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aku-n06/ASBubbleMenu/HEAD/UIConceptTests/UIConceptTests.swift -------------------------------------------------------------------------------- /UIConceptUITests/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aku-n06/ASBubbleMenu/HEAD/UIConceptUITests/Info.plist -------------------------------------------------------------------------------- /UIConceptUITests/UIConceptUITests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aku-n06/ASBubbleMenu/HEAD/UIConceptUITests/UIConceptUITests.swift --------------------------------------------------------------------------------