moqod /
ios-qr-code-encoder
This is an Objective-C library that helps to easily convert a UIImage with a QR-code from NSString with just one line of code.
Loading repository data…
akosma / repository
This is an Xcode project (for iPhone), showing an Objective-C class (called Wrapper) which can be used to interact with remote REST web services.
README preview is not available for this repository.
Selected from shared topics, language and repository description—not editorial ratings.
moqod /
This is an Objective-C library that helps to easily convert a UIImage with a QR-code from NSString with just one line of code.
taglia3 /
A UIKit custom transition that simulates an elastic drag.This is the Objective-C Version of Elastic Transition written in Swift by lkzhao
nicklockwood /
JPNG is a bespoke image file format that combines the compression benefits of JPEG with the alpha channel support of a PNG file. The JPNG library provides an Objective-C implementation of this format along with transparent JPNG loading support for iOS and Mac OS.
nothot /
电子书阅读器,支持txt,e-pub(图文混排),纯swift编写,支持OC混编。 An e-book reader that supports TXT and e-pub formats. This project is written in swift and supports hybrid compilation with objective OC
signalapp /
This library is no longer maintained. SignalProtocolKit was an implementation of the Signal Protocol, written in Objective-C. It has been replaced by libsignal-client’s type safe Swift API.
Chintan-Dave /
This is an Objective-C implementation of Scanline Flood Fill Algorithm.