Ryan Olson
|
d96c911ade
Update change list in README
|
10 years ago |
Ryan Olson
|
dc5b5b1371
Initialize userGlobalEntries in -[FLEXManager init]
|
10 years ago |
Ryan Olson
|
d4b8f5eba5
Merge pull request #3 from JaviSoto/feature/custom-global-entries
|
10 years ago |
Javier Soto
|
873552aa6c
Style fixes
|
10 years ago |
Ryan Olson
|
b04a5fdf4e
Fix ivar value display in FLEXObjectExplorerViewController.
|
10 years ago |
Ryan Olson
|
5077883681
Add “Changes” section to README
|
10 years ago |
Ryan Olson
|
2862c3ee97
Merge pull request #7 from DaidoujiChen/develop
|
10 years ago |
DaidoujiChen
|
925cc4bff6
avoid use magic number to alloc toolbar
|
10 years ago |
Ryan Olson
|
5be95ddd95
Fix status bar styling for apps that use global status bar management.
|
10 years ago |
Ryan Olson
|
190e5336f7
Forward shouldAutorotate in addition to supportedInterfaceOrientations.
|
10 years ago |
Ryan Olson
|
4e0313ad28
Merge pull request #1 from JaviSoto/master
|
10 years ago |
Ryan Olson
|
d01f4fb0ee
Add CLA info to README
|
10 years ago |
Javier Soto
|
e027b2944c
No +initialize or static global variables, created a class method that gives you the default global entries on-demand.
|
10 years ago |
DaidoujiChen
|
4206a3a5f9
remove line break in method
|
10 years ago |
DaidoujiChen
|
61a483928d
modify code style
|
10 years ago |
DaidoujiChen
|
fdce03170e
FLEXArgumentInputFontsPickerView never through FLEXArgumentInputViewFactory
|
10 years ago |
DaidoujiChen
|
5de0b9ec62
fix issues on ios7
|
10 years ago |
DaidoujiChen
|
4e9b931456
add done button in FLEXArgumentInputTextView
|
10 years ago |
DaidoujiChen
|
842bc94525
add FLEXArgumentInputFontsPickerView, easily select fonts
|
10 years ago |
Javier Soto
|
8760539c68
Global variables are bad, but mutable global variables are worse! And we don't need to append to this object anymore, so just making s_defaultGlobalEntries an NSArray.
|
10 years ago |
Javier Soto
|
baf02c7e63
Moved the API to add user global entries to FLEXManager
|
10 years ago |
Javier Soto
|
59d7c2e2d8
Moved FLEXGlobalsTableViewControllerEntry into its own file
|
10 years ago |
Javier Soto
|
ca2594fd15
Changed the order of the items in the FLEXGlobalsRow enum to keep the original ordering of elements.
|
10 years ago |
Javier Soto
|
e6686d0708
Double ;;
|
10 years ago |
Javier Soto
|
41d6c35cc2
Naming future what's a future for clarity.
|
10 years ago |
Javier Soto
|
b1bf34cdcd
Not breaking method declarations in multiple lines for consistency
|
10 years ago |
Javier Soto
|
0982c5108c
Made the static application window reference __weak so that we don't keep it around longer than it exists.
|
10 years ago |
Ryan Olson
|
a5e77c5880
Bump version in FLEX.podspec
|
10 years ago |
Ryan Olson
|
4f3725204d
Add missing [super viewWillAppear:] calls caught by the static analyzer.
|
10 years ago |
Ryan Olson
|
7b60fca9bd
Fix getter override type mismatch.
|
10 years ago |