接上二篇的内容,今天我们就来介绍一下如何将解析出来的数据放入AQGridView中显示出来,因为我们的工程中已经将AQGridView导入了,所以我们在KKFirstViewController中直接可以引用
<DIV style=‘font: 16px/26px Consolas, "Courier New", Courier, mono, serif; margin: 18px 0px; width: 687px; text-align: left; color: rgb(51, 51, 51); text-transform: none; text-indent: 0px; letter-spacing: normal; overflow: auto; padding-top: 1px; word-spacing: 0px; white-space: normal; orphans: 2; widows: 2; font-size-adjust: none; font-stretch: normal; background-color: rgb(231, 229, 220); -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;‘ class="dp-highlighter bg_plain">
[plain] <A style=‘margin: 0px 10px 0px 0px; padding: 1px; width: 16px; height: 16px; color: rgb(160, 160, 160); text-indent: -2000px; font-size: 9px; text-decoration: none; display: inline-block; background-image: url("http://static.blog.csdn.net/scripts/SyntaxHighlighter/styles/images/default/ico_plain.gif");‘
class="ViewSource" title="view plain" onclick="dp.sh.Toolbar.Command(‘ViewSource‘,this);return false;"
href="http://blog.csdn.net/kangx6/article/details/7715376">view plain<A
style=‘margin: 0px 10px 0px 0px; padding: 1px; width: 16px; height: 16px; color: rgb(160, 160, 160); text-indent: -2000px; font-size: 9px; text-decoration: none; display: inline-block; background-image: url("http://static.blog.csdn.net/scripts/SyntaxHighlighter/styles/images/default/ico_copy.gif");‘
class="CopyToClipboard" title="copy" onclick="dp.sh.Toolbar.Command(‘CopyToClipboard‘,this);return false;"
href="http://blog.csdn.net/kangx6/article/details/7715376">copy
- #import <UIKit/UIKit.h>
- #import "ASIHTTPRequest.h"
- #import "AQGridView.h"
- @interface KKFirstViewController : UIViewController<ASIHTTPRequestDelegate, AQGridViewDelegate, AQGridViewDataSource>
- @property(nonatomic, retain)AQGridView *gridView;
- @end
【说明】:本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:254677821)!