CakePHP in iPhone App

Loading...

Flash Player 9 (or above) is needed to view presentations.
We have detected that you do not have it on your computer. To install it, go here.

0 comments

Post a comment

    Post a comment
    Embed Video
    Edit your comment Cancel

    Notes on slide 1

    アンケート
    ・iPhone 持っている方
    ・iPhone アプリを開発したことがある方

    Webアプリケーション Safari + HTML5, JavaScript, PHP,
    ネイティブアプリケーション AppStore, Objective-C

    ランキングシステム
    XML パース面倒
    JSON いいけど、結局表示部分って面倒
    ランキング表示は HTML で!

    Favorites, Groups & Events

    CakePHP in iPhone App - Presentation Transcript

    1. CakePHP in iPhone Application Akihiro Matsuura@syuhari
    2. About Me • • Blog : Sun Limited Mt. http://www.syuhari.jp/blog/ • Twitter : @syuhari
    3. Questionnaire
    4. iPhone Application Web Application Native Application
    5. CakePHP in iPhone App
    6. Ranking System by CakePHP • • • Today, Week, Total) • Pagination)
    7. - (id)initWithFrame:(CGRect)frame { if (self = [super initWithFrame:frame]) { webView = [[UIWebView alloc] initWithFrame:CGRectZero]; webView.opaque = NO; webView.alpha = 0.8f; webView.backgroundColor = [UIColor clearColor]; [self addSubview:webView]; } return self; } - (void)setFrame:(CGRect)rect { [super setFrame:CGRectMake(0, 0, rect.size.width, 320)]; self.center = CGPointMake(480/2, 320/2); } - (void)layoutSubviews { CGFloat buttonTop; for (UIView *view in self.subviews) { if ([[[view class] description] isEqualToString:@"UIThreePartButton"]) { view.frame = CGRectMake(view.frame.origin.x, self.bounds.size.height - view.frame.size.height - 15, view.frame.size.width, view.frame.size.height); buttonTop = view.frame.origin.y; } } buttonTop -= 7; buttonTop -= 100; webView.frame = CGRectMake(12, 35, self.frame.size.width - 53, 220); NSString* path=[[NSBundle mainBundle] pathForResource:@"default" ofType:@"html"]; NSURL* url=[NSURL fileURLWithPath:path]; [webView loadRequest:[NSURLRequest requestWithURL:url]]; [webView loadRequest: [NSURLRequest requestWithURL:[NSURL URLWithString: [NSString stringWithFormat:RANKING_URL, GAME_ID]]]]; }
    8. Make it!
    9. Twitter @syuhari or #cakematsuri
    SlideShare Zeitgeist 2009

    + guest615af2guest615af2 Nominate

    custom

    221 views, 0 favs, 2 embeds more stats

    More info about this document

    © All Rights Reserved

    Go to text version

    • Total Views 221
      • 179 on SlideShare
      • 42 from embeds
    • Comments 0
    • Favorites 0
    • Downloads 0
    Most viewed embeds
    • 39 views on http://www.syuhari.jp
    • 3 views on http://kisocci.com

    more

    All embeds
    • 39 views on http://www.syuhari.jp
    • 3 views on http://kisocci.com

    less

    Flagged as inappropriate Flag as inappropriate
    Flag as inappropriate

    Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

    Cancel
    File a copyright complaint
    Having problems? Go to our helpdesk?

    Categories