 Your new post is loading...
SimulatorRemoteNotifications is an iOS library to send (fake) remote notifications to the iOS simulator. The library extends UIApplication by embedding a mini server that listen for udp packets containing JSON-formated payload. Note that SimulatorRemoteNotifications does not send notification through Apple's Push Service.
To send a remote notification, send an udp packet to localhost:9930. You can do this from the terminal by using netcat: echo -n '{"message":"message"}' | nc -4u -w1 localhost 9930
Why @soffes Don't Use Interface Builder: “IB encourages bad practices, prevents reusability and slows your workflow” http://t.co/YXEInNDOxT
In a market flogged with social networking apps, Video chat is a killer weapon that you can wield to ace your rivals on the App store in one go. According to study, 93% of human interactions happen through visual interface.
What the hack. Need to chat face-to-face doesn’t need statistical justification. But how do they work? The question is more of design than of technical implementation in a world full of third parties. If you are scared of the word mammoth, you need to live with it because that’s the name of beast we are dealing with.
This is a Markdown => NSAttributedString parser built on top of a flex parser. It takes an NSString and returns an NSAttributedString with markdown tags replaced by CoreText formatting attributes.
NJKWebViewProgress is a progress interface library for UIWebView. Currently, UIWebView don't have official progress interface. You can implement progress bar for your in-app browser using this module.
iPhone/iPad controller simple web browser with toolbar controls (backward, forward, stop loading and export options). Feel free to fork it and make it more interesting!
DZWebBrowser uses ARC and supports iOS6 and superior. Also support multiple orientations.
WSCoachMarksView is an iOS drop-in class that displays user coach marks with a rectangular cutout over an existing UI. This approach leverages your actual UI as part of the onboarding process for your user. Simply define an array of rectangles (CGRect) and their accompanying captions.
MBPullDownController accepts two view controllers, which it presents one above the other. The front view controller is configured to accept a pull interaction which it utilizes to show or hide back view controller.
Wolfpack is an image processing library for iOS and OS X. With the vast improvements to Core Image brought on by iOS 6, working with images on the iPhone and iPad has never been easier. This is a total work in progress.
Support processing types: - blur: A gaussian blur
- color: Apply a color blend
- adjustment: Apply image adjustments like brightness, contrast, etc
- curve: [Not Implemented Yet]
- gradient: Supports a gradientType of either linear or radial
- image: Overlay an image using a specific blending mode.
- script: [Not Implemented Yet]
- CoreImage: A free-form CoreImage action that you can use with any supported CIFilter.
We wanted to be able to take advantage of Markdown on mobile devices but all of the implementations that we found were either slow, feature incomplete or bot.
Bypass uses libsoldout to parse the Markdown and build a data structure. This data gets passed through the respective binding layer on each platform and is used to build the formatted text (Spanned strings on Android and Attributed Strings on iOS).
Colours-for-iOS - A collection of predefined UIColors you can use in your apps. Just include the Colours.h/.m files and you'll have a slew of new colors to use.
Create CATransform3D with quadrilaterals, useful math functions, calculate angle between views Consists of - Additions for CGGeometry for common CGRect, CGSize and CGPoint calculations
- AGQuad which helps you create CATransform3D from convex quadrilaterals (basically you can turn any rectangle into any convex four-cornered shape)
- Some useful math functions
|
FlatUIKit is a collection of iOS components styled with the "Flat UI" aesthetic that we created while building Grouper for iPhone. Its design inspiration comes from Flat UI and Kyle Miller. Styling is implemented via categories on/drop-in replacements for existing UIKit components, so integrating it into your project is very straightforward.
An other swipe style navigator with customizable transition
CommandMaster is a singleton instance, meaning there is only one instance of the bar throughout the entire application's lifecycle. Because of this, it is ideal to add the CommandMaster.h into -Prefix.pch file, that way you do not need to import it into all Classes, as it is added on compile time and used everywhere.
"The Square Engineering Blog has a great article on Smoother Signatures for Android, but I didn't find anything specifically about iOS. So, what is the best way to capture a users signature on an iOS device?
Although I didn't find any articles on signature capture, there are good implementations on the App Store. My target user experience was the iPad application Paper by 53, a drawing application with beautiful and responsive brushes.
All code is available in the Github repository: SignatureDemo."
An iOS day picker to allow users to select date
We've talked before about the philosophical and technical concerns of nothingness in programming. This week, our attention turns to another fundamental matter: Truth. Truth. Vēritās.
Helios is an open-source framework that provides essential backend services for iOS apps (Helios: Open-source framework providing essential backend services for iOS apps (Data sync, user accounts) http://t.co/l4ZKsYsZFr
ios-quayboard - A keyboard accessory that blends in with the default iOS keyboard
With Appledoc + Jenkins it is fabulously easy to have your documentation be automatically generated and uploaded to a documentation site. Let me give you a quick guided tour about the individual parts of our setup. The final result you can admire on our new Cocoanetics Documentation Site.
|
Suggested by
John Smith
|
Cocos2D is a popular open source framework for building iPhone games. Its quite powerful and can be used to develop a wide range of 2D games. Here is a list of some of the apps on the appstore developed using Cocos2D.
A minimal status bar for iOS. Similair to the status bar seen in the MailBox app. It covers the top status bar and appears like the message is embedded within.
A collapsible list that functions like a UITableView, except you can collapse and open cells on a click. Feed it UIViews for what is shown when each cell is open. Works via delegation similar to UITableView. This is a UIScrollView Subclass.
|