generic
Sniffing mobile device traffic
Today, i want to introduce SquidMan (more info here), a simple Mac OSx sniffer.
[ObjC] UIButton with rounded corners
APRoundedButton is a simple XIB/Storyboard extension to make rounded custom buttons, without writing one line of code!
Requirements
- ARC
- iOS 7+
- Xcode 5
How to use
[Android] – Button with rounded corners
Based on the last post, for iOS “UIButton with rounded corners“, now the Android version.
It’s just a simple shape file (xml).
[PHP] – Debug using Netbeans and XDebug
Just a simple memo.
Open php.ini and paste these lines at the end of file:
[ObjC] – iCloud class helper
A simple iCloud file managment system, to read / write / load files across devices.
What you need:
Blu Hackathon – Metropolitana Milanese
Metropolitana Milanese lancia il Blu Hackathon, un contest per la creazione di un’App per smartphone sull’acqua di Milano, liberamente ispirata a www.milanoblu.com
ObjC – Tesla speech for OSX
Today, a simple osx tool to use Google Translate speech on your mac!
Read More[Objc] How to make Flappy Bird like game using Cocos2D
Flappy Bird is a 2013 bird flying game developed in Hanoi by Vietnam-based developer Nguyễn Hà Đông and published by .GEARS Studios, a small, independent game developer also based in Vietnam. It was originally released in May 2013 for the iPhone 5, then updated for iOS6 and later in September 2013. In January 2014, it topped the free category of the American and Chinese iTunes App Stores and later on that month the UK App Store where it was touted as “the new Angry Birds”. It ended January as the most downloaded App on the App Store.
[Objc] How to make Flappy Bird like game using UIKit
As explained in the last post, ( How to make Flappy Bird like game using Cocos2D ) today, we learn how to make a Flappy Bird game using Objectivec SKSpriteKit for iOS7 in 20 rows of code!