3rd
December
2016
Computer science
Specific computation of floating point values
Hi all! My professor wrote on the board simple numbers and asked the class to calculate it at home.
31st
July
2016
iOS
Protocol-oriented approach in everyday tasks
A lot of credit was given recently to new Protocol-Oriented Programming, however, I would like to show my own example and to share the experience.
One fine day I got an amusing task the aim of which was to implement the feature like changing view appearance. It can be shape, shadows or something else, everything depends on design requirements. In my particular case, it had to look like this.
23rd
July
2016
iOS
How to open several view controllers but animate transition only for the last one
Once I got a very unusual task for me. Along with finding the reasonable solution, I worried about the feasibility of it, since I couldn’t resolve this with a cut and dried scenario. So what exactly did I have to do?