Skip to content
View iOS10040's full-sized avatar
Block or Report

Block or report iOS10040

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. SaveToken SaveToken Public

    通常情况下,我们用NSUserDefaults存储数据信息,但是对于一些私密信息,比如密码、证书等等,就需要使用更为安全的keychain了。keychain里保存的信息不会因App被删除而丢失,在用户重新安装App后依然有效,数据还在。

    Objective-C 3 1

  2. WebView_cell WebView_cell Public

    UITableViewCell嵌套UIWebView,并且让UIWebView根据内容自适应高度。

    Objective-C 2

  3. LaunchModel LaunchModel Public

    项目框架初步搭建

    Objective-C

  4. EncryptDemo EncryptDemo Public

    这个问题是在和后台调接口时用到的,由于后台和安卓前端的代码用的都是Java,因此要保证iOS使用相同的明文和密钥加密的结果和安卓前端加密的结果相同。写完后,记得和安卓运行的结果对比一下!

    Objective-C

  5. CustomCollectionViewDemo CustomCollectionViewDemo Public

    UICollectionView实现九宫格类页面

    Objective-C

  6. ApproveDemo ApproveDemo Public

    企业应用中的新建报销审批

    Objective-C