-2
任何人都可以告訴我如何顯示在iOS應用程序的pdf如何在ios應用程序中顯示pdf?
任何人都可以告訴我如何顯示在iOS應用程序的pdf如何在ios應用程序中顯示pdf?
我試過這個和這個答案我得到了一個SO問題。
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];