Minamo
Simple coach mark library written in Swift
Install / Use
/learn @xai3/MinamoREADME
Minamo
Simple coach mark library written in Swift

Usage
Initialize
let rippeleView = RippleView()
rippeleView.tintColor = UIColor(red: 0.3, green: 0.7, blue: 1, alpha: 1)
rippeleView.coreImage = UIImage(named: "q")
Appear at the UIView
rippeleView.appearAtView(someView)
Appear at the UIBarButtonItem
if let buttonItem = navigationItem.rightBarButtonItems?.first {
rippeleView.appearAtBarButtonItem(buttonItem, offset: CGPointMake(-10, 10))
}
Dismiss
rippleView.disappear()
Properties
RippleView has some properties.
- duration
- coreImage
- coreHidden
- ringScale
- ringWidth
- ringHidden
- contentInset
Installation
CocoaPods
pod 'Minamo'
License
Minamo is released under the MIT license. See LICENSE for details.
Related Skills
node-connect
341.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
341.8kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.6kCommit, push, and open a PR
