Skip to content

Commit

Permalink
新增发布动态界面,包含文字、照片、视频以及定位
Browse files Browse the repository at this point in the history
  • Loading branch information
mac authored and mac committed Sep 12, 2018
1 parent de2bf6d commit a240eea
Show file tree
Hide file tree
Showing 148 changed files with 9,190 additions and 554 deletions.
116 changes: 92 additions & 24 deletions InfoFlow/InfoFlow.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

23 changes: 23 additions & 0 deletions InfoFlow/InfoFlow/Assets.xcassets/addImage.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "addImage.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "addImage@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "addImage@3x.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "photo_delete.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "photo_delete@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "photo_delete@3x.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "已添加我的位置.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "已添加我的位置@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "已添加我的位置@3x.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
},
{
"idiom" : "universal",
"filename" : "等级1@2x.png",
"filename" : "我的箭头@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "等级1@3x.png",
"filename" : "我的箭头@3x.png",
"scale" : "3x"
}
],
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "添加我的位置.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "添加我的位置@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "添加我的位置@3x.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
14 changes: 14 additions & 0 deletions InfoFlow/InfoFlow/Controller/APAddFeedViewController.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
//
// APAddFeedViewController.h
// InfoFlow
//
// Created by mac on 2018/8/6.
// Copyright © 2018年 alan. All rights reserved.
//

#import <UIKit/UIKit.h>


@interface APAddFeedViewController : UIViewController

@end
Loading

0 comments on commit a240eea

Please sign in to comment.