This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[debug] Starting environment with new testchain | |
Testchain configuration: | |
%{ | |
accounts: 2, | |
block_mine_time: 0, | |
clean_on_stop: true, | |
deploy_ref: "", | |
deploy_step_id: 0, | |
description: "", | |
id: "5948847470890965933", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NSTextAttachment *attachment = [NSTextAttachment new]; | |
attachment.image = [[UIImage imageNamed:@"iconBookmarkhint.png"] resizedImageToFitInSize:(CGSize){10,10} scaleIfSmaller:YES]; | |
NSMutableAttributedString *imageAttrString = [[NSAttributedString attributedStringWithAttachment:attachment] mutableCopy]; | |
NSMutableAttributedString *attributedString1 = [[NSMutableAttributedString alloc] initWithString:@"To save a chat message, tap and hold the message and use the" | |
attributes:@{NSFontAttributeName : [UIFont fontWithName:@"HelveticaNeue-Light" size:13], | |
NSForegroundColorAttributeName : [UIColor blackColor]}]; | |
NSAttributedString *attributedString2 = [[NSAttributedString alloc] initWithString:@"button" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
airline = KC; | |
"combination_id" = 0; | |
"e_ticket" = 1; | |
flights = ( | |
{ | |
"direction_id" = 0; | |
"elapsed_time" = 870; | |
segments = ( | |
{ |