【问题标题】:How to show pdf in ios app? [closed]如何在ios应用中显示pdf? [关闭]
【发布时间】:2013-04-08 09:31:21
【问题描述】:

谁能告诉我如何在ios应用上显示pdf

【问题讨论】:

    标签: iphone ios xcode facebook ipad


    【解决方案1】:

    我试过这个,这个答案是我从 SO Question 中得到的。

    NSMutableDictionary * paramms = [NSMutableDictionary dictionaryWithObjectsAndKeys:
                                    @"select uid,name,birthday_date from user where uid in (select uid2 from friend where uid1=me())", @"query",
                                    nil];
    [[StaticFacebook getFacebook] requestWithMethodName: @"fql.query" 
                           andParams: paramms
                       andHttpMethod: @"POST" 
                         andDelegate: self]; 
    

    【讨论】:

      猜你喜欢
      • 2010-09-08
      • 2015-01-27
      • 2011-09-16
      • 2011-11-21
      • 2014-06-07
      • 1970-01-01
      • 2018-01-10
      • 1970-01-01
      相关资源
      最近更新 更多