ZXingObjc encode QR code
To generate QR code in iOS device, I’m using this library.
From the their GitHub repo, already got the instruction. Here I want to point out 2 things:
This is my technical blog about programming, server setup & configuration, technical learning experience.
To generate QR code in iOS device, I’m using this library.
From the their GitHub repo, already got the instruction. Here I want to point out 2 things:
Usually I’m using NSLog
to debug all sort of objects.
When I encounter UINavigationBar
background color issue,
I loop through it’s subviews
one by one. e.g.
I have a hard time on dealing with iOS 7 status bar.
In this example, I will set the status bar for each UIViewController
So now go to Info.plist file, and set View controller-based status bar appearance
to YES
Create a UIView that fill with color, and leave an empty in center.
In this example shows, to display current date in a label in a specific format (e.g. 31/12/14 12:59PM)
You can see the date format
Bind event dynamically means to bind the event to new DOM element added from jQuery/JavaScript.
e.g.
1 | <div id="btn-wrapper"> |