Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added completion block execution #75

Open
wants to merge 34 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
24fa8d3
Added completion block execution
pventura1976 Mar 10, 2015
a4542d0
Missing completion block
pventura1976 Mar 11, 2015
7e705d4
Project recommended settings
pventura1976 Mar 11, 2015
fdf83b3
Update BlockAlertView.m
taymer Apr 8, 2015
44a7b8f
Update BlockAlertView.h
taymer Apr 8, 2015
425cccf
Update BlockAlertsAnd-ActionSheets.podspec
taymer Apr 8, 2015
d5231ce
Update BlockAlertsAnd-ActionSheets.podspec
taymer Apr 8, 2015
39cf8c5
Update BlockAlertsAnd-ActionSheets.podspec
taymer Apr 8, 2015
5e7e1b7
Update BlockAlertView.h
taymer Apr 8, 2015
27f26d8
Update BlockAlertView.m
taymer Apr 8, 2015
9608b80
Update BlockAlertView.h
taymer May 5, 2015
4903a37
Update BlockAlertView.m
taymer May 5, 2015
e32e3b1
Update BlockBackground.m
taymer May 5, 2015
6b407a8
Update BlockAlertsAnd-ActionSheets.podspec
taymer May 5, 2015
ed79186
Update BlockBackground.m
taymer May 7, 2015
e95dd0b
Orientation issue on ios8
taymer May 7, 2015
4a7608c
Update BlockAlertsAnd-ActionSheets.podspec
taymer May 7, 2015
2a2ef3f
Added all in one line buttons and modified colors
taymer May 7, 2015
2fc310e
Added all in one line buttons and modified colors
taymer May 7, 2015
1dac714
Added all in one line buttons and modified colors
taymer May 7, 2015
d8c0492
Added all in one line buttons and modified colors
taymer May 7, 2015
ccbfd64
No Requires ARC
pventura1976 May 11, 2015
a9b5205
new file: alert-blue-button.png
May 29, 2015
347092e
version increment
May 29, 2015
0ee799d
Changed blue tone
May 29, 2015
72f7806
Added blue color for actionsheet
May 29, 2015
770221e
Colored actionbutton
May 29, 2015
4da5ac2
Update BlockAlertView.h
taymer Feb 18, 2016
1a0d3de
Update BlockAlertView.m
taymer Feb 18, 2016
1113011
Update BlockAlertsAnd-ActionSheets.podspec
taymer Nov 9, 2016
3d1fffb
Merge remote-tracking branch 'gpambrozio/master'
pventura1976 Dec 13, 2016
f87ce08
Merge taymer and pventura1976 forks
pventura1976 Dec 16, 2016
d8ead6b
Merges adjustments
pventura1976 Dec 16, 2016
8ffb45f
Update version, homepage, author and source properties
pventura1976 Dec 16, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update BlockAlertView.h
Added text and title colors
taymer committed May 5, 2015
commit 9608b80a946ba100700c208a8cacbe42c4bfea26
2 changes: 2 additions & 0 deletions BlockAlertsDemo/ToAddToYourProjects/BlockAlertView.h
Original file line number Diff line number Diff line change
@@ -40,5 +40,7 @@
@property(nonatomic, readonly) UIScrollView *view;
@property(nonatomic, readwrite) BOOL vignetteBackground;
@property(nonatomic, retain) UIColor *tintColor;
@property(nonatomic, retain) UIColor *textColor;
@property(nonatomic, retain) UIColor *titleColor;

@end