Skip to content

Conversation

@theMeatloaf
Copy link

@theMeatloaf theMeatloaf commented Sep 14, 2016

This should allow you to build on Xcode 8 with swift 2.3 to resolve #61. Swift 3 will need to come next

theMeatloaf and others added 6 commits September 14, 2016 11:03
Finally able to solve? this: LiulietLee/Pick-Color#2
MKLayer’s superLayer observers
MKRefreshControl’s parentScrollView observers
MKSwitch’s parent MKSwitch

It’s sad that when containing MKLayer and MKRefreshControl, current
implementation requires calling `recycle` in `deinit`…
@serg94
Copy link

serg94 commented Feb 12, 2017

how to specify this commit in pods if not merged into master?

@ApolloZhu
Copy link

@serg94
pod 'MaterialKit', :git => 'https://github.com/theMeatloaf/MaterialKit.git'
or literally this last commit, add following to the rear
, :commit => 'a2b6f0422976a2ecf7762e6e08b822a7ca694d6d'

See: https://guides.cocoapods.org/using/the-podfile.html

theMeatloaf and others added 5 commits August 22, 2017 16:13
- Remove self, type delcaration, use lazy init, parameter same as
default
- Merge if-let, use optional changing for short ones, use implicit
unwrapped for guaranteed,
- Replace file private with private, provide public init for an open
class
- Update README
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make compatible with swift 2.3 and xcode 8

3 participants