Noorul Asan
iOS App Developer
Monday, 3 February 2014
AdWhirl in iOS
AdWhirl in iOS
Sample App:
https://github.com/dearhui/Adwhirl-iOS/archive/master.zip
How to Implement AdWhirl + iAD:
http://www.raywenderlich.com/5350/how-to-integrate-adwhirl-into-a-cocos2d-game
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Click on UITextField to show a UIPickerView
Some time it is required in iPhone to add UIPickerView in UIActionSheet. Here are the steps to do that In ViewController.h @inte...
Getting Contacts from Address Book for iOS App
1. Add the AddressBookUI.framework into Project 2. Import the header file #import <AddressBook/AddressBook.h> 3. Add t...
Pass the Values using Delegate and Protocol - Swift
Pass the Values using Delegate and Protocol - Swift protocol NewEventAddedDelegate { func new_event_chk(stats: Bool) } class Secon...
No comments:
Post a Comment