Code Monkey home page Code Monkey logo

i0S--wsl--victor's Projects

slacktextviewcontroller icon slacktextviewcontroller

A drop-in UIViewController subclass with a growing text input view and other useful messaging features

spdashboard-gauge icon spdashboard-gauge

SPDashBoard-Gauge is A Purely Swift 3.0 based Implementation for showing vehicles speed fuel level and RPM

sskeychain icon sskeychain

Simple Objective-C wrapper for the keychain that works on Mac and iOS

sstoolkit icon sstoolkit

A collection of well-documented iOS classes for making life easier

ssuiviewminime icon ssuiviewminime

A miniature replica of your UIView with an indicator of your location.

suitextview icon suitextview

Subclass of UITextView with syntax highlighting for iOS 5.0 not finished (just sample)

svpulltorefresh icon svpulltorefresh

Give pull-to-refresh & infinite scrolling to any UIScrollView with 1 line of code.

swift icon swift

Reusable apps code. Written in Swift

swiftguide icon swiftguide

这份指南汇集了Swift语言主流学习资源,并以开发者的视角整理编排。http://dev.swiftguide.cn

swifthttp icon swifthttp

Thin wrapper around NSURLSession in swift. Simplifies HTTP requests.

swtableviewcell icon swtableviewcell

An easy-to-use UITableViewCell subclass that implements a swippable content view which exposes utility buttons (similar to iOS 7 Mail Application)

syactionsheetview icon syactionsheetview

/** SYActionSheetView实现了类似于UIActionSheet的效果,简单易用,完美支持IOS5.0及以上版本。 用法: SYActionSheetView *actv = [[SYActionSheetView alloc] initWithTitle:nil cancelButtonTitle:@"cancle" otherButtonTitles:@"action1",@"action2",nil]; actv.syActionSheetActionBlock = ^(UIButton *actionBtn){ if (actionBtn.tag == kBtnCaccleTag + 1) { SYLog(@"%@",actionBtn.titleLabel.text); } else if (actionBtn.tag == kBtnCaccleTag + 2) { SYLog(@"%@",actionBtn.titleLabel.text); } }; [actv showSYActionSheet]; */

syqrcodedemo icon syqrcodedemo

/**SYQRCode:IOS原生API,需要IOS7.0及以上系统支持。 用法: //扫描二维码 SYQRCodeViewController *aaa = [[SYQRCodeViewController alloc] init]; aaa.SYQRCodeSuncessBlock = ^(NSString *qrString){ self.saomiaoLabel.text = qrString; }; aaa.SYQRCodeCancleBlock = ^(SYQRCodeViewController *are){ self.saomiaoLabel.text = @"扫描取消~"; [are dismissViewControllerAnimated:YES completion:nil]; }; [self presentViewController:aaa animated:YES completion:nil]; **/

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.