Code Monkey home page Code Monkey logo

commonissue's Introduction

CommonIssue

UIKit

Navigation Controller

Changer la couleur de la status bar

Mettre une image sur la top bar / Ajouter un UIBarButtonItem

  • Setter l'image dans le view controller qui utilise la navigation bar, et non pas la navigation elle même
self.navigationItem.titleView = UIImageView(...)

In a multitabar context, my left bar button item is only showed on one of each tab !

  • I have this bug in ZZ app ... : make sur your assign a specfic instance to UIBarButtonItem of navigationItem and note the same. Otherwise only one will be showed ...

Une cellule est vided alors que j'ai tout bien fait / Bug avec une collection view

  • Bien regarder si on a pas crée une simple UIView a la place du composant qui va bien (cf: Gunjin)

UITableView

Cellules superposées

  • Ne surtout pas appeler dequeuReusableCell deux fois, sinon la cellule sera instancié même si le résultat n'est pas utilisé.

Rotation

Layout tout cassé quand je fais une rotation alors que l'écran est pas visible (Ludo ...)

  • Simplifier au maximum le layout pour que le moteur de rendu puisse se dépatouiller tout seul (ex: ne pas avoir des élement lourd imbriqué, type collectionView dans scrollView)

J'arrive pas à lock un view controller !

  • Si le viewcontroller est embed (dans un navigation controller, dans une tabar ...) la gestion du lock doit être fait dans le conteneur
  • Si des gestions de passage full-screen sont faites au changement d'orientation (ex: Player Ludo) attention, si on se base sur la notification UIDeviceOrientationDidChange cette méthode sera appelé même si la rotation est locké.

Others

Some component have english wording

  • Force CFBundleDevelopmentRegion in .plist key to desired language

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.