Code Monkey home page Code Monkey logo

drcollectionviewtablelayout-ios's Introduction

πŸ‘‹ Hi there

I am a software engineer developing applications for ο£Ώ Apple Platform with agile methodologies.

Choose a job you love and you will never have to work a day in your life ~ Confucius

πŸ“ About me

I started my adventure with mobile applications development back in Symbian days as a hobby, while the main focus still on backend application development. In 2011 I developed my first app for iOS, and it was a huge change activator in my career. Since then, I have helped many startups develop MVP as an iOS developer, working at a software house. I also gained a lot of experience with agile team management, quickly became a certified Scrum Master, and soon after that, I took the role of a Mentor in the iOS department. I value high quality of the product, no matter if it’s PoC, MVP, or full feature-rich system. I am a test-driven software development enthusiast and practitioner. When I am not working on product development, I like to explore agile ways to deliver high-quality code. In the meantime, I help teams and individuals to improve their skills in iOS application development, writing tests, and process management.

In the years 2011-2016, I had a personal blog, but I am no longer maintaining it due to lack of time. I do, however, publish some open source projects from time to time. You can find them in my GitHub repositories and gists, as well as in my Swift Package Collection.

πŸ’ͺ What can I do for you

  • I help teams and individuals to organize their work using agile methodologies
  • I teach iOS & macOS developers how to write clean and maintainable code
  • I educate about Test Driven Development for Apple platforms
  • I help with implementing complex features and solving issues in iOS & macOS apps

Click here to check out some of the projects I developed or took part in the development of.

πŸ“« How to reach me

πŸ“š Selected publications

β˜•οΈ Do you like my open source work?

Buy Me A Coffee

drcollectionviewtablelayout-ios's People

Contributors

darrarski avatar kevin-zqw 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

Watchers

 avatar  avatar  avatar

drcollectionviewtablelayout-ios's Issues

Crash on animated reload

The following causes a crash:

[self.collectionView performBatchUpdates:^{
    [self.collectionView reloadData];
} completion:^(BOOL finished) {}];

Here is the log:

*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid update: invalid number of items in section 0. The number of items contained in an existing section after the update (8) must be equal to the number of items contained in that section before the update (6), plus or minus the number of items inserted or deleted from that section (0 inserted, 0 deleted) and plus or minus the number of items moved into or out of that section (0 moved in, 0 moved out).'

If I do not animate the reload and simply call

[self.collectionView reloadData];

then, there is no crash.

Problem reload data

Awesome framework nice work..!

collectionview.reload()

automatically re-arranging the cell when I was try to reload the collection view

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.