Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Move signin fields lower on new suggestion view
  • Loading branch information
austintaylor committed Feb 17, 2012
1 parent 6073113 commit eff3e68
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -9,6 +9,8 @@
* Remove unused images * Remove unused images
* Hide "Done" button when searching or creating suggestions * Hide "Done" button when searching or creating suggestions
* Remove sign in message for voting * Remove sign in message for voting
* Move add suggestion row to top of search results
* Move email/name fields below category on new suggestion view


## 1.0.0 ## ## 1.0.0 ##


Expand Down
8 changes: 4 additions & 4 deletions Classes/UVNewSuggestionViewController.m
Expand Up @@ -23,10 +23,10 @@
#import "UVTextEditor.h" #import "UVTextEditor.h"
#import "NSError+UVExtras.h" #import "NSError+UVExtras.h"


#define UV_NEW_SUGGESTION_SECTION_PROFILE 0 #define UV_NEW_SUGGESTION_SECTION_TITLE 0
#define UV_NEW_SUGGESTION_SECTION_TITLE 1 #define UV_NEW_SUGGESTION_SECTION_TEXT 1
#define UV_NEW_SUGGESTION_SECTION_TEXT 2 #define UV_NEW_SUGGESTION_SECTION_CATEGORY 2
#define UV_NEW_SUGGESTION_SECTION_CATEGORY 3 #define UV_NEW_SUGGESTION_SECTION_PROFILE 3
#define UV_NEW_SUGGESTION_SECTION_VOTE 4 #define UV_NEW_SUGGESTION_SECTION_VOTE 4
#define UV_NEW_SUGGESTION_SECTION_SUBMIT 5 #define UV_NEW_SUGGESTION_SECTION_SUBMIT 5


Expand Down

0 comments on commit eff3e68

Please sign in to comment.