iOSのViewable Impression対応の話
社内で内製化のログシステムを推進している中で、ZOZOTOWNのiOSアプリはLoggerの内製、またはクリック、Viewable Impression(以降、view-impと表記)などイベン...
13 search resultsShowing 1~13 results
You need to log-in
社内で内製化のログシステムを推進している中で、ZOZOTOWNのiOSアプリはLoggerの内製、またはクリック、Viewable Impression(以降、view-impと表記)などイベン...
iOS 13以降の Universal Links について紹介します。 Universal Linksとは iOS 9からサポートされて、Apple が正式に提供したディープリンク技術です。 ...
# import <QuartzCore/QuartzCore.h> CAGradientLayer *gradient = [CAGradientLayer layer]; gra...
POPSpringAnimation *animation = [POPSpringAnimation animationWithPropertyNamed:kPOPLayerPositionY...
NSError *error; NSString *markdown = [NSString stringWithContentsOfFile:[[NSBundle mainBundle] pa...
void exceptionHandler(NSException *exception) { /* LOG関数は コンソールログを出力する関数 DEBUG時にとても有効です。 別エントリーで解...
+(void) commonUploadImageWithUrlStr:(NSString*) urlStr param:(NSDictionary*) param image:(UIImage...
+ (void)setUserDefault:(id)data key:(NSString*)key { NSUserDefaults* ud = [NSUserDefaults standar...
1 Using delegate .h file # import <Foundation/Foundation.h> @protocol GTNetworkUtilsDelega...
app-Prefix.pch # ifdef DEBUG # define APLog(x...) NSLog(@"%s:%d:%@", __FUNCTION__, __LINE__, [NSS...
1 Commmon image [AsyncImageView] (https://github.com/nicklockwood/AsyncImageView) 2 UITableView -...
1 create object BaseDao.h @interface BaseDao : NSObject - (instancetype)initWithDic:(NSDictionary...
install ejs npm install ejs .ejs hello.ejs <!DOCTYPE html> <html lang="ja"> <head&...
13 search resultsShowing 1~13 results
Qiita is a knowledge sharing service for engineers.