Skip to content

Commit

Permalink
ASDK-448
Browse files Browse the repository at this point in the history
Кнопку «привязать карту» на экране привязки не получается кастомизировать.
  • Loading branch information
Budnikov Vyacheslav committed May 15, 2018
1 parent 8add4a6 commit 626d914
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 27 deletions.
2 changes: 1 addition & 1 deletion ASDKCore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Pod::Spec.new do |s|

s.name = "ASDKCore"
s.version = "1.3.12"
s.version = "1.3.13"
s.summary = "Core library that allows you to use internet acquiring from Tinkoff Bank in your app"
s.description = "Core library that allows you to use internet acquiring from Tinkoff Bank in your app!"

Expand Down
2 changes: 1 addition & 1 deletion ASDKCore/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.3.12</string>
<string>1.3.13</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion ASDKUI.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ASDKUI"
s.version = "1.3.12"
s.version = "1.3.13"
s.summary = "UI components library for internet acquiring from Tinkoff Bank"
s.description = "UI components library for internet acquiring from Tinkoff Bank!"
s.homepage = "https://www.tinkoff.ru"
Expand Down
2 changes: 1 addition & 1 deletion ASDKUI/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.3.12</string>
<string>1.3.13</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
6 changes: 2 additions & 4 deletions ASDKUI/Payment/ASDKAttachCardViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -384,9 +384,7 @@ - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(N
{
[buttonCell setButtonTitle:designConfiguration.attachCardButtonTitle];
}

//[paymentButtonCell setAttributedButtonTitle:designConfiguration.payButtonAttributedTitle];


cell = buttonCell;
}
else
Expand All @@ -395,7 +393,7 @@ - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(N
[designConfiguration.attachCardCustomButton setCenter:cell.contentView.center];
[cell.contentView addSubview:designConfiguration.attachCardCustomButton];

[designConfiguration.customPayButton addTarget:self action:@selector(buttonActionAttach:) forControlEvents:UIControlEventTouchUpInside];
[designConfiguration.attachCardCustomButton addTarget:self action:@selector(buttonActionAttach:) forControlEvents:UIControlEventTouchUpInside];
}
}
break;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -413,23 +413,6 @@ - (void)awakeFromNib

if (!_textColor)
[self setTextColor:[UIColor blackColor]];

/*
#if DEBUG
// [self.textFieldCardNumber setText:@"5264 8320 0101 9468"];//Газпром
[self.textFieldCardNumber setText:@"5222 2383 2895 2798"];//Авангард
// [self.textFieldCardNumber setText:@"4874 1560 0029 7023"];//газпром
// [self.textFieldCardNumber setText:@"4377 7300 0169 4388"];//ко-брендовая карта RendezVous
[self.textFieldCardCVC setText:@"123"];
[self.textFieldCardDate setText:@"11/17"];
// [self.cellCardNumber textFieldSetText:@"5213 2437 3947 7998"];// карта ТКС
// [self.cellCVC textFieldSetText:@"521"];
// [self.cellExpirationDate textFieldSetText:@"05/18"];
[self setCardNumber:self.textFieldCardNumber.text];
[self textField:self.textFieldCardNumber shouldChangeCharactersInRange:NSMakeRange(0, 0) replacementString:self.textFieldCardNumber.text];
#endif
*/
}

#pragma mark ASDKTextFieldKeyInputDelegate
Expand Down
4 changes: 2 additions & 2 deletions SampleProject/ASDKSampleApp/Supporting files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.3.12</string>
<string>1.3.13</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>64</string>
<string>65</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down

0 comments on commit 626d914

Please sign in to comment.