Coder Social home page Coder Social logo

virtue86's Projects

b-site icon b-site

soft-forking from openbilibili/go-common

emojikeyboard icon emojikeyboard

iOS 自定义表情键盘。主要借助于PPStickerKeyboard这个demo,感谢。

fasttextview icon fasttextview

The best rich editor (TextView) on IOS platform ,maybe be the fastest

ios---codeobfuscationdemo icon ios---codeobfuscationdemo

方法名混淆其实就是字符串替换,有2个方法可以,一个是#define,一个是利用tops。 利用#define的方法有一个好处,就是可以把混淆结果合并在一个.h中,在工程Prefix.pch的最前面#import这个.h。不导入也可以编译、导入则实现混淆。 单段的selector,如func: ,可以通过#define func 来实现字符串替换。 多段的selector,如a:b:c: ,可以通过分别#define a 、b、c 来实现字符串替换 ---------------------

ios-devicesupport icon ios-devicesupport

This repository holds the device support files for the iOS, and I will update it regularly.

mvvmmodel icon mvvmmodel

上个MVVM代码性太强,这次使用的是比较合理性的框架进行开发

pingtestforios icon pingtestforios

Ping 网络检测工具,主要使用在iOSapp测试服务器或者用户网络状况场合。

podsmergedemo icon podsmergedemo

使用 cocoapods-pod-merge 进行项目 pods 的group 优化,大大降低 项目启动的时间。

rc4foroc icon rc4foroc

关于iOS中使用 RC4 算法的构造(oc)

rsaencryptandprivatesign icon rsaencryptandprivatesign

使用Security框架进行 RSA加密,解密。然后使用私💊进行签名。(哈希函数算法,SHA1,256等等)

shadowrocket---ios-ipa icon shadowrocket---ios-ipa

Shadowrocket,一款要垮区域购买,或者通过国内第三方平台才能安装的VPN软件,但是我们iOS开发者几乎只会用mac,现在Itunes又限制了应用ipa包的安装,但是没有了Itunes,我们有xcode!!

webloadingprogress icon webloadingprogress

UIWebView由于没有WKWebView那么可以精准,省资源,性能优越。然后在本demo主要用的加载进度,WKWebView也提供了一个准确的加载进度值属性。estimatedProgress // 所以UIWebView只能使用一些巧用的方法进行进度的监听,然后进行展示,具体请看两个webView的控制器里的代码

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.