Hi,
I tried to use it on swift 2.3. But convert gives lot of errors. Is there any guide to use xcode 8 and swift 2.3?
Thanks
What steps did u follow? @gtulga
git checkout developmentI'm using cocoapods
I used development branch and build success. How to implement it to my own project? Do I need cocoapods?
for swift 2.3 or 3 u will need to use development branch of the pod
pod 'Material', , :git => 'https://github.com/CosmicMind/Material.git', :branch => 'development'
though this branch is still in development
Thanks, problem solved
pod 'Material', :git => 'https://github.com/CosmicMind/Material.git', :branch => 'development'
Right apologies for that 馃槄
Most helpful comment
pod 'Material', :git => 'https://github.com/CosmicMind/Material.git', :branch => 'development'