All Projects → Abedalkareem → Materialtaptargetprompt Ios

Abedalkareem / Materialtaptargetprompt Ios

Licence: mit
A iOS version of Material Tap Target Prompt

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Materialtaptargetprompt Ios

Angular Draggable Mat Tree
Example implementation of drag and drop on Angular Material Tree
Stars: ✭ 47 (-16.07%)
Mutual labels:  material-design
Sharebox
家庭看片神器,可以用手机播放电脑里的视频,也可以用电脑播放手机里的视频,使用简单,能稳定运行在后台,目前支持的设备有Windows,Mac,Android。
Stars: ✭ 51 (-8.93%)
Mutual labels:  material-design
Material Ui Password Field
A password field using Material-UI.
Stars: ✭ 54 (-3.57%)
Mutual labels:  material-design
Air For Steam
An elegant and customizable skin for Steam
Stars: ✭ 1,044 (+1764.29%)
Mutual labels:  material-design
Material Prefs
⚙ A beautiful and extensible API for bulding preferences screen
Stars: ✭ 51 (-8.93%)
Mutual labels:  material-design
Material Typecho
🎨 简洁 material 风格 typecho 主题
Stars: ✭ 53 (-5.36%)
Mutual labels:  material-design
Todo List
待办事项APP
Stars: ✭ 45 (-19.64%)
Mutual labels:  material-design
Espresso
🚚 Espresso is an express delivery tracking app designed with Material Design style, built on MVP(Model-View-Presenter) architecture with RxJava2, Retrofit2, Realm database and ZXing
Stars: ✭ 1,084 (+1835.71%)
Mutual labels:  material-design
Qt Material Widgets
🎨 Qt widgets-based implementation of the Material Design specification.
Stars: ✭ 1,058 (+1789.29%)
Mutual labels:  material-design
Neteasemusic
Material Design NetEase Music Player In MVP Pattern Design 网易云音乐
Stars: ✭ 53 (-5.36%)
Mutual labels:  material-design
Etar Calendar
Android open source calendar
Stars: ✭ 1,051 (+1776.79%)
Mutual labels:  material-design
Paper
A gentle theme for Jekyll utilising material design.
Stars: ✭ 50 (-10.71%)
Mutual labels:  material-design
Ripple Without Js
Create Material Design ripple effect in your HTML without using a single line of JS.
Stars: ✭ 53 (-5.36%)
Mutual labels:  material-design
Lovelydialog
This library is a set of simple wrapper classes that are aimed to help you easily create fancy material dialogs.
Stars: ✭ 1,043 (+1762.5%)
Mutual labels:  material-design
Androidmaterialpreferences
Provides various "Material Design"-styled preferences
Stars: ✭ 54 (-3.57%)
Mutual labels:  material-design
Angular Bootstrap With Material Design
Angular Bootstrap with Material Design - Powerful and free UI KIT
Stars: ✭ 1,031 (+1741.07%)
Mutual labels:  material-design
Fancytoast Android
Make your native android Toasts Fancy. A library that takes the standard Android toast to the next level with a variety of styling options. Style your toast from code.
Stars: ✭ 1,067 (+1805.36%)
Mutual labels:  material-design
Expandable Fab
A highly customizable 'speed dial' FloatingActionButton implementation.
Stars: ✭ 56 (+0%)
Mutual labels:  material-design
Paper Ripple
Material Design Ripple effect in pure JS & CSS.
Stars: ✭ 55 (-1.79%)
Mutual labels:  material-design
Mdi Vue
Material design icons for vue.js
Stars: ✭ 53 (-5.36%)
Mutual labels:  material-design

A iOS version of Material Tap Target Prompt ,Written in Swift and can be used in swift or objective c projects.

ScreenShots

Usage

let tapTargetPrompt = MaterialTapTargetPrompt(target: leftBarButton)
tapTargetPrompt.action = {
  print("left clicked")
}
tapTargetPrompt.dismissed = {
  print("view dismissed")
}
tapTargetPrompt.circleColor = UIColor.red
tapTargetPrompt.primaryText = "Add Home"
tapTargetPrompt.secondaryText = "Here you can add home"
tapTargetPrompt.textPostion = .bottomRight

Installation

MaterialTapTargetPrompt-iOS is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'MaterialTapTargetPrompt-iOS'

Or you can use Carthage.

github "Abedalkareem/MaterialTapTargetPrompt-iOS"

Note

I'm going to be very happy if you give me a feedback or advice , thank you

License

The MIT License (MIT)

Copyright (c) 2017 Abedalkareem Omreyh

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].