Today began formally from some of the most basic parts of the OC language, began to formally start contact with the project, the first day encountered a very depressed small bug, there is a small problem with the layout
Today when writing a Tabbarcontroller home page, add the top of the Uiscrollview found add control not added, add the five button all disappeared, and then began to find the problem where, and then wrote again and then found that the wording is not wrong, But UIButton contrast to add to the Uiscrollview sank 64px at first did not think too much, a sudden illness disorderly Touyi, two Uiscrollview added to the interface unexpectedly normal display, but this will consume a certain performance is not what I want, So go on and find the problem. The final question is located above the property automaticallyadjustsscrollviewinsets, because when we pass through Uitabbarcontroller, it causes the layout to become disordered We need to use is a property to re-layout, change its properties to no perfect solve the problem, although not a big problem, but not in time to find, troubled a half a day and more time, write code or need to gradually, constantly accumulate to better improve their
iOS rookie development Record (01)