add some features for EJBindingAdBanner#351
Open
finscn wants to merge 8 commits intophoboslab:masterfrom
Open
Conversation
Contributor
Author
|
this pull request is for #350 |
change false to NO for Ejecta's style
Contributor
Author
|
in iOS 6 later, Apple supplies a new Ad type: I integrated it in ejecta like this: // type="rect", "rectangle" "MediumRectangle" will use ADAdTypeMediumRectangle. |
added 4 commits
March 7, 2014 18:35
supports "ADAdTypeMediumRectangle"
supports "ADAdTypeMediumRectangle"
add try...catch for rect-iAd
Contributor
Author
|
the String argument is ugly , maybe create a function for Rect-iAd is a better way. Ejecta.AdPanel=function(){ |
Contributor
Author
|
@phoboslab , my game has use this one, I think its no problem. You can see it in Beside You ( the iAd only displayed in Pause Page and Help Page) in my case , I used |
add click and finsih event, for tracking user's click-life
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
adBanner.alwaysPortrait : if true force the iAd to be Portrait mode, or iAd to be auto mode
adBanner.isAtRight: if use "Portrait iAd" in Landscape device, let ad align to right
adBanner.x : get/set Position X
adBanner.y : get/set Position Y
adBanner.width (readOnly) return the adBanner's real size ( banner.frame's size)
adBanner.height (readOnly) return the adBanner's real size ( banner.frame's size)