Code Monkey home page Code Monkey logo

ios7-day-by-day's People

Contributors

sammyd avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ios7-day-by-day's Issues

QR Code images not found

Hi,

pretty good articles! Very short and useful overview, just to the point.

However the linked images in the QR Code article aren't working. The file extensions in the markdown are *.png and the actual files have *.PNG.

'NSUnknownKeyException', reason: '[<ViewController 0x7f838056d7a0> setValue:forUndefinedKey:]

I have followed this tutorial: https://github.com/ShinobiControls/iOS7-day-by-day/blob/master/15-core-image-filters/15-core-image-filters.md in the section of QR CODE Generation.

After I clicked run, the program open and I can see the welcome image of an app and then it stop there.

on the IDE coding section, it direct me to the main.m and highlight on a line of code which is " return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));" and says Thread 1:signal SIGABRT

on the LOG section it says this "2014-11-03 11:30:01.172 qrcode[957:24207] *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<ViewController 0x7fc652cb9cc0> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key outputImageView.'"

how can I fix this please help me. t-t

createNonInterpolatedUIImageFromCIImage flips the image

I just started using this guide on how to generate QR codes for my app and it mostly works, but I notice that the -createNonInterpolatedUIImageFromCIImage method posted here actually flips the given image vertically. I verified this by comparing it to UIImage +imageWithCIImage, which gave me an interpolated image that was the right orientation. Adding a line
scaledImage = [UIImage imageWithCGImage:scaledImage.CGImage scale:1.0 orientation:UIImageOrientationDownMirrored];
into the end of the method flips it back to vertical.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.