I hereby claim:
- I am nickcalabs on github.
- I am nickcalabs (https://keybase.io/nickcalabs) on keybase.
- I have a public key ASCcEN1LPVvvA4ziLVqkOlV6Kw4Z_YKyenfrzBOd5vzrtwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
@property (nonatomic, strong) UIViewController *datePickerController; | |
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath { | |
if (indexPath.row == kAddEditProductsTargetBatchTime) { | |
[self setupDatePickerWithIndexPath:indexPath]; | |
} | |
} | |
- (void)setupDatePickerWithIndexPath:(NSIndexPath *)indexPath { | |
CGRect cellFrame = [self.tableView rectForRowAtIndexPath:indexPath]; |
import Foundation | |
enum Type{ | |
case WorkFriend | |
case FamilyFriend | |
case CloseFriend | |
} | |
class Acquaintance{ | |
let name: String |