Giter Site home page Giter Site logo

ios_tips's Introduction

What is this

this page is to add tips of ios development which i realized.

i want to move uiimage by my gesture

i will read below page.

http://d.hatena.ne.jp/yoheiM/20110925

when application crash i want to know information further

i guess it is good way. http://www.crossbridge.biz/nssetuncaughtexceptionhandler

Logging

http://blog.jarinosuke.com/entry/2013/01/25/intermediate_ios_debugging

https://www.assembla.com/wiki/show/snlog

when nsmutablearray has exc_bad_access

maybe i will fix.

http://stackoverflow.com/questions/3967104/nsmutablearray-exc-bad-access-when-i-try-read-from-it

https://github.com/shiratsu/neocafesagashi/commit/8068e7846e2d3e3ef71401c63d77a588a7165564

ios http connect

it is probably most famous libraly about http connect,Alamofire.

http://dev.classmethod.jp/references/swift-oss-alamofire-1/

スレッドセーフ

あるコードがスレッドセーフであるという場合、そのコードを複数のスレッドが同時並行的に実行しても問題が発生しないことを意味する。 if some-code is thead-safe,this code can move on multi.

I tryed to distribute ipa file by fabric.

  1. At first,to create ipa file by xcode anyway.
  2. after creating ipa file,fabric will show some display.
  3. this display said 'Achive build sucessful. Would you like to distribute 〜 to testers?'
  4. please select Distribute for you
  5. You can watch Text box + button.
  6. you should set the email.if you want to add more,please press add. Then,you should set mail-address each person.
  7. if this is finishing,you should send mail by fabric.
  8. to be sended should check e-mail
  9. please follow email and fabirc.

Push notification by Zero Push on Heroku

How to use xcodebuild

command line build script

shenzen

Push Notification with normal way

Payload

to want to divide build which debug or release.

difference between local notification and remote notification

  • Remote can't use on simulator.
  • local notification is to notice in same application.
  • ローカルnotificationは同じアプリ内の通知である

for example about localnotification

  • Todo application.when todo task is approching,it notice.

good sample of local notification

To transfer development setting

FMDB with ORM

NSURLSession

PlayGround

Not to repeat to try playground. In playground,we can't try viewcontroller.If we want to use viewcontroller,i must develop by common way.

property of value

Auto Layout

EXC_BAD_INSTRUCTION

  • In i use not an optioanl value
    If this value is setted to the 'nil',This error will be produced.

How to use instrument

About protocol and delegate of objective-c

swift クロージャ記法

iOS web フック

memory leak when i use nsurlsession on iOS8

view hierarchy debugger

ios_tips's People

Contributors

shiratsu avatar

Watchers

James Cloos avatar  avatar

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.