美文网首页
无标题文章

无标题文章

作者: LuffyYang_ | 来源:发表于2014-05-23 13:44 被阅读0次

    #尝试怎么去写Markdown语法

    1. 你说不对不对

    2. 你说得很对哦

    > 引用别人所说的话,在这里哦

    ![这里是图片](http://tp2.sinaimg.cn/2640028293/180/22875181549/1)

    [这里是链接](http://tp2.sinaimg.cn/2640028293/180/22875181549/1)

    *这里是斜体字*

    **这里是粗体**

    |Tables |Are |Cool

    |-----------|:------:|:----:|

    |col 3 is |hahh |hahahh|

    ##代码使用

    ```

    self.titlesArrays = @[@"你好",@"哈哈",@"我在这里",@"whoau"];

    CycleView *cycleView = [[CycleView alloc]initWithFrame:CGRectMake(0, 0, 320, 200) showPageIndicator:YES];

    cycleView.timeInterval = 2.0f;

    [cycleView startAutoRun];

    cycleView.delegate = self;

    cycleView.dataSource = self;

    [cycleView reloadData];

    [self.view addSubview:cycleView];

    ```

    ***

    相关文章

      网友评论

          本文标题:无标题文章

          本文链接:https://www.haomeiwen.com/subject/oaldtttx.html