All Projects → wxxsw → Pop Snapkit

wxxsw / Pop Snapkit

Licence: mit
[deprecated] Use SnapKit with the Facebook Pop animation framework.

Programming Languages

swift
15916 projects

Labels

Projects that are alternatives of or similar to Pop Snapkit

PimplePopper
Game to pop pimples using the awesome Godot Engine
Stars: ✭ 23 (+27.78%)
Mutual labels:  pop
VBA-Arrays
😎 Array functions that are similar JavaScript functions. Example: Push, Pop, Shift, Unshift, Sort, length, toString.
Stars: ✭ 48 (+166.67%)
Mutual labels:  pop
Dcurlrouter
通过自定义URL实现控制器之间的跳转
Stars: ✭ 393 (+2083.33%)
Mutual labels:  pop
GemBox.Email.Examples
Read and write email files (MSG, EML, MHTML), and compose, receive and send email messages using POP, IMAP, SMTP, and EWS in a simple and efficient way.
Stars: ✭ 18 (+0%)
Mutual labels:  pop
go-pop3
Package pop3 provides an implementation of the Post Office Protocol - Version 3.
Stars: ✭ 21 (+16.67%)
Mutual labels:  pop
Radialmenu
RadialMenu is a custom control for providing a touch context menu (like iMessage recording in iOS 8) built with Swift & POP
Stars: ✭ 292 (+1522.22%)
Mutual labels:  pop
Spstorkcontroller
Now playing controller from Apple Music, Mail & Podcasts Apple's apps.
Stars: ✭ 2,494 (+13755.56%)
Mutual labels:  pop
Inbucket
Disposable webmail server (similar to Mailinator) with built in SMTP, POP3, RESTful servers; no DB required.
Stars: ✭ 685 (+3705.56%)
Mutual labels:  pop
SPStorkController
Now playing controller from Apple Music, Mail & Podcasts Apple's apps.
Stars: ✭ 2,515 (+13872.22%)
Mutual labels:  pop
Lazytransitions
Lazy pop and dismiss like in the Facebook, Instagram or Twitter apps.
Stars: ✭ 377 (+1994.44%)
Mutual labels:  pop
StackFlowView
Enforce stack behaviour for custom UI flow.
Stars: ✭ 35 (+94.44%)
Mutual labels:  pop
PopOverAlert
PopOverAlert is a PopOver style alert view.
Stars: ✭ 56 (+211.11%)
Mutual labels:  pop
Zmail
Zmail makes it easier to send and retrieve emails in python3
Stars: ✭ 310 (+1622.22%)
Mutual labels:  pop
buffalo-pop
A plugin to use gobuffalo/pop with buffalo
Stars: ✭ 19 (+5.56%)
Mutual labels:  pop
Jdanimationkit
Animate easy and with less code with Swift
Stars: ✭ 611 (+3294.44%)
Mutual labels:  pop
Jh flutter demo
a flutter demo
Stars: ✭ 229 (+1172.22%)
Mutual labels:  pop
Wpopup
一个简单使用并且高度定制的Popupwindow。超简单实现朋友圈点赞效果,并且只用一个WPopup!完全不用担心复用问题!点击切换动画效果等!
Stars: ✭ 269 (+1394.44%)
Mutual labels:  pop
Ybpopupmenu
快速集成popupMenu
Stars: ✭ 816 (+4433.33%)
Mutual labels:  pop
Popping
A collection of animation examples for iOS apps.
Stars: ✭ 5,587 (+30938.89%)
Mutual labels:  pop
Ftpopovermenu swift
FTPopOverMenu_Swift, swift version of FTPopOverMenu. FTPopOverMenu is a pop over menu for iOS which is maybe the easiest one to use. Supports both portrait and landscape. It can show from any UIView, any UIBarButtonItem and any CGRect.
Stars: ✭ 326 (+1711.11%)
Mutual labels:  pop

POP-SnapKit

Use SnapKit with the Facebook Pop animation framework. Inspired from MSSPopMasonry

Installation

Embedded frameworks require a minimum deployment target of iOS 8.

To use POP-SnapKit with a project targeting iOS 7, you must to drag POP+SnapKit.swift to your iOS Project.

CocoaPods:

In your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!

pod "POP+SnapKit"

And in your *.swift:

import POP_SnapKit

Use

circle.snp.makeConstraints { make in
    self.radiusConstaint = make.width.equalTo(self.radius * 2).constraint
}

let spring = POPSpringAnimation(propertyNamed: kPOPLayoutConstraintConstant)
spring.toValue = newValue * 2
self.radiusConstaint?.layoutConstraint?.pop_add(spring, forKey: "someKey")

Dependencies

  • pop (1.0.9) - An extensible iOS and OS X animation library, useful for physics-based interactions.
  • SnapKit (3.0.2) - A Swift Autolayout DSL for iOS & OS X
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].