Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Introducing to Ajimi - プロダクトを味見していこう

Introducing to Ajimi - プロダクトを味見していこう

potatotips #42

Ajimi means tasting. In Japanese, 味見. Ajimi is the feedback tool, which anyone can easily feedback to project team any time.

nakajijapan

July 26, 2017
Tweet

More Decks by nakajijapan

Other Decks in Technology

Transcript

  1. 8IZ

  2. 4FUVQ #if DEBUG Ajimi.show(AjimiOptions( githubBasePath: “https://foo.bar/api/v3", githubAccessToken: "tokentokentokentoken", githubUser: "nakajijapan",

    githubRepo: "feedback", imageUploadURL: URL(string: “https://image.foo.bar”)!, imageUploadKey: "tokentokentokentoken" )) #endif
  3. 4DSFFO3FDPSE w$"%JTQMBZ-JOL w"TFUPGJNBHF OPUWJEFP UIGraphicsBeginImageContextWithOptions(keyWindow.bounds.size, true, 0) keyWindow.drawHierarchy(in: keyWindow.bounds, afterScreenUpdates:

    false) let image = UIGraphicsGetImageFromCurrentImageContext() UIGraphicsEndImageContext() displayLink = CADisplayLink(target: self, selector: #selector(displayDidRefresh(_:))) displayLink.add(to: RunLoop.main, forMode: RunLoopMode.commonModes) keyWindow.drawHierarchy