1.3.0 (2023-12-20)
Closed issues:
- Android system can use it even better #307
- showCustom 的时候如何自定义 closeButton样式 #302
- Cannot find ChangesLog for version 1.2.0 #299
- Is this an SCLAlertView bug, or an Apple bug? #296
- SCLAlertView *alert = [[SCLAlertView alloc] initWithNewWindowWidth:300.0f]; self.username = @"zaxo"; self.password = @"pass"; UITextField *usernameTextField = [alert addTextField:@"username"]; UITextField *passwordTextField = [alert addTextField:@"password"]; passwordTextField.secureTextEntry = YES; [alert addButton:@"Login" actionBlock: ^(void){ BOOL isUsersEqual = [self.username isEqualToString:[self.usernameTextField text]]; BOOL isPasswordsEqual = [self.password isEqualToString:[self.passwordTextField text]]; if(isUsersEqual && isPasswordsEqual){ NSLog(@"Successful"); } else { NSLog(@"frailer"); } @@@@@@@@ Why I can't compile it I even have set the @Property (nonatomic, strong) NSString *username; in SCLALertView.m but I still errors do im doing anthing please can you help Tweak.xm:350:1: error: use of undeclared identifier 'self' self.username = @"zaxo"; #293
Merged pull requests:
- Add initWithWidth method for setting the width of the object. #310 (FernandoReynoso)
- Bump activesupport from 6.1.5 to 6.1.7.3 #308 (dependabot[bot])
- default value for a textfield #295 (syto203)
1.2.0 (2020-10-31)
Closed issues:
- alertView with textfield moves up twice(too much) when textfield become first responder and the keyboard shows #291
- 设置富文本后不居中显示了 变成了居左。 #288
- Good day, as you can implement the verification key which is located on the website .txt document? Roughly speaking to make check on a key if the key is correct, then there is a start. #286
- How to hidden top image with OC? #285
Merged pull requests:
1.1.6 (2018-10-14)
Implemented enhancements:
- ButtonTimer: Enable button once timer elapsed #181
Fixed bugs:
- UIStatusBarStyle always appears as 'UIStatusBarStyleDefault' #274
- Alert view height problem when using it with long text in body #127
Closed issues:
- handleNavigationTransition Bug #276
- Could you release fixed version? #273
- Accessibility: implement - (BOOL)accessibilityPerformEscape #271
- How to solve the problem of overlapping multiple calls in a controller?(如何解决在一个控制器中,连续多次调用,会出现重叠的情况?) #267
- TextView height problem when text entered with the long body (it need to expend it's height ) #258
- i need to add on the preloaded text in the text field before textfield Alert pop up #254
- Problem in increasing height of TextField & customize the Alert view colour & image & button #253
- Custom TextField not adding Keyboard Observers #250
- Portrait or Landscape fixed #201
- [Bug] when changing keyboard... #200
- If new alert is displayed before 1st waiting alert is closed by duration, then 1st alert will never automatically close #178
- Add support to show only one alert view at the same time. #141
- UITextField Return/Done Action (UIControlEventEditingDidEndOnExit) #123
1.1.5 (2018-06-22)
Merged pull requests:
1.1.4 (2018-06-19)
Closed issues:
- Eliminate warnings #270
- How to add in multiple subtitle in an alert view? #266
- SCLAlertViewHideAnimation wrong animations #262
- Title truncated #259
- Use the builder pattern to build a SCLAlertView? #256
- Carthage Support #255
Merged pull requests:
- Fluent style project cleanup. #269 (lolgear)
- Create CONTRIBUTING.md #265 (dogo)
- Create CODE_OF_CONDUCT.md #264 (dogo)
1.1.3 (2018-01-17)
Fixed bugs:
- Tap inside the alert will dismiss the alert when using new window and shouldDissmissOnTapOutside=YES #211
- crash on - (void)disableInteractivePopGesture #137
Closed issues:
- is it possible to change the text colour of title and subtitle of the alert??? #260
- not supporting for Swift 4.0 #257
- How to replace the latest SCLAlertView? #187
- UIWindow is not removed when alert showed and hided using new window #185
- Some issues with combination of device rotations. #182
- buttons from previous alertViews being displayed #167
- pop-up from pop-up enhancement #162
Merged pull requests:
- Fix VoiceOver accessibility #261 (tmm1)
- Fix for using as a carthage framework. #251 (hankinsoft)
- clerical error #249 (amisare)
1.1.2 (2017-04-11)
Closed issues:
- support NSMutableAttributedString? #247
- SCLAlertview in a new window. (No UIViewController) : The window cannot be closed #246
- help add SCLAlertView in theos ??? #245
- SCLAlertView should build without warnings #243
- Access a Button #242
- window does not disappear when use hideView on first app run #237
- Command failed due to signal: Segmentation fault: 11 swift 3 #221
1.1.1 (2017-02-16)
Closed issues:
- delegate 应该使用weak修饰,否则会造成循环引用 SCLAlertView.swift Line 76 #240
- amazing ,but if we can custom button corlor not only custom main corlor #236
- XCode 8.2 language error #235
- Update CocoaPods #233
- Orientation issue in landscape when UIViewcontroller lock orientation in Portrait #168
Merged pull requests:
- added show animation completion block #241 (hydr93)
- Dismiss Animation Completion Block #239 (hydr93)
1.1.0 (2016-12-07)
Closed issues:
- Not centered vertically when presented in navigation controller #231
- Differentiate color of close/cancel button #228
- [Request] initial text and 'x' button in text entry #227
- One of the two will be used. Which one is undefined. #225
Merged pull requests:
- Add button custom font support when use buttonConfig block #232 (maclacerda)
- fix the bug: dismiss SCLAlertViewHideAnimationSimplyDisappear hideAni… #230 (JoakimLiu)
- Change auto-capitalisation to sentence only #229 (idrougge)
1.0.6 (2016-10-27)
Fixed bugs:
- Table title overlay of SCLAlertView #206
Closed issues:
- Keyboard pushes up the SCAlertView with IQKeyboardManager #223
- Space, when no Title, SubTitle and Image. #218
- carthage update fail for special platform #217
- Border color #216
- Conflict with the IQKeyboardManager #215
- Can't set selected on SCLSwitchView #214
- is it possible to change subtitle text while alert is showing? #213
- Execute block while 'showWaiting' running #197
- UIAppearance #72
Merged pull requests:
- Added missing setter in SCLSwitchView #226 (acerbetti)
- Changed constants names to avoid name collision #224 (damarte)
1.0.5 (2016-09-13)
Closed issues:
- SCLAlert view not covering Navigation or TabBar #219
- Button height support #212
- Statusbar Visible when showing the SCLAlertView #208
- Custom button height #207
Merged pull requests:
- Add umbrella header to exclude warnings during framework building #220 (goncharik)
- Add Carthage support #210 (goncharik)
- docs: nativescript integration mention #209 (NathanWalker)
1.0.4 (2016-06-21)
Closed issues:
1.0.3 (2016-05-03)
Closed issues:
- Alerts all placed on top of the nav bar #196
- View Hangs after SCLAlert is dismissed when alert is initiated from an action sheet button. #173
- After scrolling uitabelview SCLAlertView not working & multiple alert window show #169
Merged pull requests:
- New Feature: Horizontal alignment for buttons. #203 (jaespinmora)
- Adds show/hide AnimationTypes 'SimplyAppear' and 'SimplyDisappear' i.e., 'None' #198 (AmitaiB)
1.0.2 (2016-03-16)
1.0.1 (2016-03-08)
1.0.0 (2016-03-07)
Closed issues:
- Is SCLAlertView version indicated? #188
- Add DSL for simple setup #186
- second button no working #184
- when I pop multi-SCLAlertViews at the same time,then the window will become entirely black. #159
Merged pull requests:
- fluent: show block added #195 (lolgear)
- Fluent style support extension #194 (lolgear)
- Devlop #190 (changcode)
- Fluent style support #189 (lolgear)
0.9.3 (2016-03-03)
Implemented enhancements:
- Add bounce animation to all slides #116
0.9.2 (2016-03-03)
Closed issues:
- Vertical spacing broken on 0.9.0 #183
0.9.1 (2016-02-15)
0.9.0 (2016-02-10)
Implemented enhancements:
- Tickbox enhancement #40
- Switch Alert feature #177 (andre-felipe)
Closed issues:
- Anyway to set the popup position? Like height to top? #180
- Show alert while running a block #176
- Button actionBlocks not working #175
- Lag when showing view for first time #174
- title width enhancement? #166
- Dismiss method? #157
Merged pull requests:
0.8.2 (2016-01-22)
Closed issues:
- Memory leak using new window way to display #142
0.8.1 (2016-01-21)
Fixed bugs:
- Subtitle does not appear if title is set to nil or empty #99
Closed issues:
0.8.0 (2015-12-29)
Fixed bugs:
- iPad pro split screen support #149
Closed issues:
- Adding a new SCLAlertViewStyle: Question #161
- alignment of BodyText.. #160
- Is this compatible with retina displays? #156
- keyboard bug #155
- How do I add SCLAlertView to TheOs project? #151
- Make the bounce animation a separate animation #150
- SCLAlertView is not working!!!!!!! #148
- background does not update if rotate device #145
Merged pull requests:
- Fix for #164 no Subtitles with iOS8 #165 (jusefjames)
- Develop #163 (jusefjames)
- Prevent viewText scrollable #154 (AzulesM)
- Fixing centering problem when used in iPad split view #153 (abbasmousavi)
0.7.9 (2015-10-20)
Fixed bugs:
- Keyboard & rotation #52
Closed issues:
Merged pull requests:
- Added status bar customization #146 (D-32)
- Namespace SCLActionTypes to avoid conflicts #144 (mbelkin)
0.7.7 (2015-09-17)
Closed issues:
- AlertView created by initWithNewWindow does not dismiss when touch outside #143
- Prepopulate alertview #138
- Modules enabled but still getting disabled error #136
0.7.6 (2015-09-15)
0.7.5 (2015-09-02)
Closed issues:
- Adding a countdown to a default button #113
Merged pull requests:
- Feature/countdown timer #140 (yatryan)
- Dynamically set button height to allow for multiple lines of text. #139 (yatryan)
0.7.4 (2015-07-29)
Closed issues:
- Parenthesis missing in SCLAlertView.m #133
- I can't see the added button #132
- Subtitle issue not showing properly - urgent #131
- adding more control method #130
- Swift use #129
- How to change default button label? #128
- Alertview without the round circle above. #125
- previous alert won't go away if new 1 appears #124
- when i rename AppDelegate.m to app AppDelegate.mm build error #121
- Unable to move alertView so keyboard covers the fields on the alert. #118
- with textfield how to set ok button status to disable when the textfiled input not valid #115
Merged pull requests:
0.7.3 (2015-06-10)
Closed issues:
- check TextField.text is empty. #122
0.7.2 (2015-05-29)
Fixed bugs:
- Long texts truncated when using custom font #84
Closed issues:
- Pod Install #114
- Using SCLAlertView with Swift #110
- XCode 6.3 Warning: roperty access is using 'setSubTitleHeight:' method which is deprecated #105
- Enhancement: Support iOS 8 Widget frame position #102
Merged pull requests:
- restore interactivePopGesture to previous state #2 #120 (crowriot)
- If defaultBackgroundColor is preconfigured for button its not changed to... #109 (alex1704)
0.7.1 (2015-05-04)
Fixed bugs:
- SlideInFromCenter show animation with blur UI issue #92
Closed issues:
- When presenting with textField and 2 buttons keyboard cuts off bottom bottom. #108
- Using SCLAlert as HUD #106
- Does not work on iOS 8 App Extension - 2 Errors #101
- EXC_BAD_ACCESS #100
- Navigation bar not hiding #95
- Alert is behind the keyboard #80
Merged pull requests:
0.7.0 (2015-04-01)
Fixed bugs:
- shouldDismissOnTapOutside not working #87
- Custom Icon Image's size is too small #86
- Rotate - rotate on Ipad #82
- SCLAlertView's button does not show up on iOS 7 #81
Closed issues:
- "use of @import when modules are disabled error" #77
Merged pull requests:
- fix screen stutter glitch with blur background #96 (felix-dumit)
- Fixes a bug where you could not set Font attributes on the attributed st... #88 (n1mda)
- Automatically add a borderWidth to the button if borderColor is defined #85 (jeremygrenier)
0.6.1 (2015-03-23)
0.6.0 (2015-03-22)
Closed issues:
- new alert flick #83
0.5.9 (2015-03-18)
0.5.8 (2015-03-17)
Implemented enhancements:
- Custom button height feature request #71
0.5.7 (2015-03-16)
Closed issues:
- Crash in background thread #76
- Add button feature - button type #75
- BOOL visibility of alert needed #73
0.5.6 (2015-03-05)
Fixed bugs:
- Latest Version Fails To Build #74
0.5.5 (2015-02-22)
Closed issues:
- Execute block on dismissal #69
Merged pull requests:
0.5.4 (2015-02-13)
Implemented enhancements:
- AlertView does not disable Interactive Pop Gesture #66
- Blur background is wrong when shown from "UIModalPresentationFormSheet" #65
- Add custom view #62
- SCLAlertView color #57
- Long texts truncated #38
Fixed bugs:
- The white background view is too long #53
0.5.3 (2015-02-02)
Fixed bugs:
- Alert Moves Upwards When Switching Keyboards #45
Closed issues:
- textarea in alert #61
0.5.2 (2015-01-27)
Implemented enhancements:
- background none #54
Closed issues:
- ability to only show one alert #56
0.5.1 (2015-01-26)
Implemented enhancements:
- Without SubTitle? #18
Fixed bugs:
- Device rotations support #51
Closed issues:
0.5.0 (2015-01-21)
Fixed bugs:
- Display in formsheet #50
0.4.3 (2015-01-20)
Closed issues:
- Change Title Size #42
0.4.2 (2015-01-20)
Closed issues:
0.4.1 (2015-01-19)
Closed issues:
0.4.0 (2015-01-19)
Fixed bugs:
- iPad landscape orientation for iOS < 8 is not supported #41
Closed issues:
Merged pull requests:
- fix #44 #47 (portwatcher)
0.3.9 (2015-01-15)
0.3.8 (2015-01-12)
Implemented enhancements:
- Improvement: progress dialog #15
Closed issues:
- alertview position issue #39
0.3.7 (2014-12-13)
Closed issues:
- Auto window height by subtitle height #29
Merged pull requests:
0.3.6 (2014-12-09)
Closed issues:
- Alert Positioning in TableView #32
- slow #31
- Backbutton while SCLAlertView is shown causes zombie views #25
Merged pull requests:
- modified podspec file to support iOS6 #33 (shannonchou)
0.3.5 (2014-11-28)
Implemented enhancements:
- typedef ValidationBlock name conflicting #27
Closed issues:
0.3.4 (2014-11-14)
Closed issues:
- Any way to show this from a UIView? #11
0.3.3 (2014-11-11)
0.3.2 (2014-11-05)
Fixed bugs:
- Alert view keep on moving upwards on different UIKeyboardType #23
Closed issues:
- Any of the showAnimationType not working #22
0.3.1 (2014-11-04)
0.3.0 (2014-11-04)
Implemented enhancements:
- Is possible to bind action on default button? #4
Fixed bugs:
Closed issues:
- hi, a suggestion of one line about subTitle's height #24
- Add image to Alertview? #21
- Position not always correct #20
- Issue when displaying alert view in landscape #14
Merged pull requests:
- fix showAnimation bug #19 (sanshanchuns)
0.2.6 (2014-10-23)
0.2.5 (2014-10-23)
0.2.4 (2014-10-22)
0.2.3 (2014-10-21)
0.2.2 (2014-10-21)
Implemented enhancements:
- is possible button show touch down or touch up display? #10
0.2.1 (2014-10-20)
Closed issues:
Merged pull requests:
0.2.0 (2014-10-18)
Implemented enhancements:
- Fade animation for 'Done' button... #3
Merged pull requests:
- Button dismiss fade bug #8 (mamaral)
- Easier form navigation #7 (mamaral)
- Custom icon and color #6 (mamaral)
0.1.2 (2014-10-13)
Closed issues:
0.1.1 (2014-10-09)
0.1.0 (2014-10-08)
0.0.3 (2014-10-03)
0.0.2 (2014-09-29)
0.0.1 (2014-09-29)
* This Changelog was automatically generated by github_changelog_generator