shanksxiao 最近的时间轴更新
shanksxiao's repos on GitHub
Objective-C · 16 人关注
ADBFeedReader
A simple and clean RSS Feed Reader for iOS.
Objective-C · 7 人关注
ColorWheelView
A lightweight color wheel view
Objective-C · 1 人关注
chuanke
高仿百度传课iOS版,版本号2.4.1.2。/**作者:ljz ; Q Q:863784757 ; 注明:版权所有,转载请注明出处,不可用于其他商业用途。 */
Objective-C · 1 人关注
CoreLock
高仿支付宝解锁
1 人关注
free-programming-books-zh_CN
免费的计算机编程类中文书籍,欢迎投稿
Objective-C · 0 人关注
ABRouter
A ludicrously simple URL-based router built on top of SOCKit
Objective-C · 0 人关注
ALO7ProgressiveMigrationManager
Supports progressive migration for iOS Core Data with lightweight and heavyweight migration step mixed.
0 人关注
asi-http-request
Easy to use CFNetwork wrapper for HTTP requests, Objective-C, Mac OS X and iPhone
Objective-C · 0 人关注
ATMHud
Library for the creation of HUDs in iPhone applications.
0 人关注
awesome-comment
:boom: Funny comments
0 人关注
awesome-ios-ui
A curated list of awesome iOS UI/UX libraries
0 人关注
awesome-UML
Objective-C · 0 人关注
BeeFramework
[Experimental] A semi-hybrid framework that allows you to create mobile apps using Objective-C and XML/CSS
Objective-C · 0 人关注
C-41
C-41 is an application to help people develop film at home by providing a series of "recipes" for photographers to use.
Objective-C · 0 人关注
CBHazeTransitionViewController
A small clone of Haze's beautiful transition view.
0 人关注
ChatSecure-iOS
ChatSecure is a free and open source encrypted chat client for iPhone and Android that supports OTR encryption over XMPP.
0 人关注
CocoaHTTPServer
A small, lightweight, embeddable HTTP server for Mac OS X or iOS applications
Objective-C · 0 人关注
Color-Picker-for-iOS
ColorPicker for iPhone and iPod touch
0 人关注
Core-Data-Editor
Core Data Editor lets you easily view, edit and analyze applications‘ data. Core Data Editor is compatible with Mac and iOS applications and supports XML, SQLite and binary stores, visualizes all relationships and is able to edit the data and generate Objective-C code for the data model.
Objective-C · 0 人关注
CoreRefresh
核心上拉下拉刷新控件,高性能、与众不同!
Objective-C · 0 人关注
DAPagesContainer
A generic views container with a scrollable top bar
Objective-C · 0 人关注
DemoBackgroundLocationUpdate
Demo shows how to deal with background location update
0 人关注
dev-blog
一些 iOS / Web 开发相关的翻译或原创博客文章
Objective-C · 0 人关注
DZNEmptyDataSet
A drop-in UITableView/UICollectionView superclass category for showing empty datasets whenever the view has no content to display.
Objective-C · 0 人关注
ECSlidingViewController
Customizable sliding view controller container.
Objective-C · 0 人关注
ELCImagePickerController
A clone of the UIImagePickerController using the Assets Library Framework allowing for multiple asset selection
Erlang · 0 人关注
emqttd
Erlang MQTT Broker
Objective-C · 0 人关注
FacebookChat
Facebook chat over XMPPFramework
0 人关注
fortunes
A collection of fortune database files for Chinese users.
C · 0 人关注
Foundation
shanksxiao

shanksxiao

🏢  iOS开发者
V2EX 第 70321 号会员,加入于 2014-08-08 22:34:51 +08:00
深圳有哪些值得参加的开发者大会
深圳  •  shanksxiao  •  2015-12-11 10:03:19 AM  •  最后回复来自 ewangenius
6
来自 Swift 社区的最佳实践(完善中。。。)
iDev  •  shanksxiao  •  2015-09-22 22:57:30 PM  •  最后回复来自 shanksxiao
4
iOS 开发社区有史以来最大的行动召集志愿者!!!
iDev  •  shanksxiao  •  2015-09-24 09:25:08 AM  •  最后回复来自 SergioChan
51
编译链接: object code(目标码) VS machine code(机器码)
1990  •  shanksxiao  •  2015-08-30 17:44:08 PM  •  最后回复来自 shanksxiao
3
iOS 开发的最佳实践、MVVM 架构以及编程艺术
iDev  •  shanksxiao  •  2015-09-01 15:36:52 PM  •  最后回复来自 shanksxiao
36
禅与 Objective-C 编程艺术---中文译本
程序员  •  shanksxiao  •  2015-08-25 09:43:43 AM  •  最后回复来自 shanksxiao
6
iOS 的函数响应型编程---中文译本
程序员  •  shanksxiao  •  2015-08-26 23:27:47 PM  •  最后回复来自 shanksxiao
11
iOS 最佳实践 -- 升级版
  •  2   
    程序员  •  shanksxiao  •  2015-08-23 23:58:04 PM  •  最后回复来自 blabla
    2
    shanksxiao 最近回复了
    2015-12-30 09:55:10 +08:00
    回复了 czwen1993 创建的主题 iDev 关于低功耗蓝牙问题的请教。
    @daniellu 表达有点问题,我是说那个 identifier
    2015-12-28 14:19:10 +08:00
    回复了 czwen1993 创建的主题 iDev 关于低功耗蓝牙问题的请教。
    两种办法:
    1 、因为 iOS CoreBluetooth 现在不支持直接获取 mac 地址,但会在广播包里给你传 uuid ,你可以在服务端建立一个完整的 uuid 对应 mac 地址的表,得到 uuid 后通过 HTTP 查询。
    2 、硬件修改广播信息的内容,其中设备名一项可以直接修改为当前蓝牙 Mac 地址的 HEXString 。
    低级
    2015-12-25 00:40:37 +08:00
    回复了 vincentxue 创建的主题 iDev [小测试] 以下情景中有哪些会造成循环引用?
    @vincentxue 换句话说 12 、 13 、 15 、 16 是不会 retain cycle 的,而非视具体情况而定。
    2015-12-24 09:38:40 +08:00
    回复了 vincentxue 创建的主题 iDev [小测试] 以下情景中有哪些会造成循环引用?
    @vincentxue 12 、 13 、 15 、 16 、 17 你实际上已经实现了。。。
    例如:+ (void)foo:(void(^)())param { } 的实现就是什么都不做,呵呵
    2015-12-17 13:47:59 +08:00
    回复了 vincentxue 创建的主题 iDev [小测试] 以下情景中有哪些会造成循环引用?
    造成循环引用的是: 1 、 2 、 7 、 8
    不会循环引用的为: 3 、 6 、 9 、 10 、 11 、 12 、 13 、 14 、 15 、 16 、 17
    具体看方法的实现中有无属性强引用 block 参数而定: 4 、 5 、 18 、 19
    2015-11-28 00:04:37 +08:00
    回复了 scourgen 创建的主题 程序员 面向取暖器编程( Heater Oriented Programming, HOP)
    三分钟不到全趴下,还写个毛线
    2015-11-05 22:18:26 +08:00
    回复了 ibireme 创建的主题 iDev 发布 iOS 富文本组件: YYText
    Ivan 大神?
    2015-10-13 12:29:32 +08:00
    回复了 HentaiMew 创建的主题 Linux 终于找回用 VLC 播放器的理由了。。。。
    难道大家都不知道有个 Kodi 播放器吗,开源免费各种好。。。
    2015-10-05 23:01:03 +08:00
    回复了 alunbar 创建的主题 iDev 分享一个 iOS 开发的好网站
    。。。这样式就别说内容了
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3183 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 22ms · UTC 13:19 · PVG 21:19 · LAX 06:19 · JFK 09:19
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.