• 设置UITabBarController的UITabBarItem title 属性的颜色
  • pch头文件的创建
  • 不同版本图片的适配
  • 创建分类
  • 自定义UITabBarController
  • 重写UIButton subview的布局
  • 设置点击事件

IOS开发实战

  • 调整项目文件位置后出现file not found 错误,在buildSetting 中修改相应文件的位置描述
  • prefix.pch xcode 创建的预编译头文件 取消掉了。。。
  • 头文件配置过大导致应用启动缓慢

完成了最简单的UI框架

  • 1 UITabBarViewController
  • 2 四个UINavigationViewController
  • 3 四个UITableViewController

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment

一级标题

二级标题

三级标题

四级标题

五级标题
六级标题

这是第一级引用。

这是第二级引用。

现在回到第一级引用。

  • Red
  • Green
  • Blue
  1. Red
  2. Green
  3. Blue
  • 有以下主要功能:

    代码托管平台
    在线运行环境

  • 有以下主要功能:

    代码质量监控
    项目管理平台

Coding,让开发更简单
Coding,让开发更简单

robot

http://github.com/xiDaiDai

Alt text

图片名称

1
2
3
require 'redcarpet'
markdown = Redcarpet.new("Hello World!")
puts markdown.to_html
public class HelloWorld {

    public static void main(String[] args) {
        // Prints "Hello, World" to the terminal window.
        System.out.println("Hello, World");
    }
}