devAuth 是swift原生的认证中间层, Swauth是为了解决devAuth不能扩展的问题而开发的替代方案. Quick Install #git clone https://github.com/gholt/swauth.git 1) Install Swauth with sudo python setup.py install or sudo python setup.py develop or via whatever packaging system you may be us…
Step by step swift integration for Xcode Objc-based project: Create new *.swift file (in Xcode) or add it by using Finder Add swift bridging empty header if Xcode have not done this before (see 4 below) Implement your Swift class by using @objc attri…
Swift 开源了,它现在变成跨平台的了,开源后的 Swift 不止能运行在 MAC 和 iOS 平台,现在也可以运行在 Linux 平台了.swift.org 网站上面提供了在 Linux 上面安装 Swift 环境的完整指引.当前 Swift 支持 Ubuntu 15.10 和 Ubuntu 14.04 两个版本. 这里我使用Ubuntu 14.04,带领大家体验Linux 平台上的 Swift使用,感兴趣的同学感觉看过来:如果确实帮助到了你,记得投票点赞,让更多的的人看到,非常感谢: …
TSWeChat 中文说明 A WeChat alternative, written in Swift. 运行环境 Cocoapods 0.39.0 + iOS 8.0+ / Mac OS X 10.9+ Xcode 7.2+ 源码下载:http://code.662p.com/view/13219.html 预览 在终端里面运行 pod install,然后运行TSWeChat.xcworkspace 来查看所有的 UI 特色 可以发送富文本,表情,图片还有声音. [backcolor=rg…