Alaric Cole

Results 14 issues of Alaric Cole

I was getting a range exception on longer strings. I fixed it by adding checks for range in the main class and its string category ``` //tomsmorphinglabel Line 342 if...

Current icon is some quick "developer art", with the concept of making the icon/tokens look a bit like a Pez candy.

enhancement

Love the idea, but I think this class is fatally flawed. It appears to set every item of the standardUserDefaults to iCloud, some which are not user created and thus...

For UITableViews, I've often used the delegate method tableView:willDisplayCell:forRowAtIndexPath: for creating infinite scrolling interfaces. This method allows a check for if the table view has scrolled to a certain cell...

As it is currently written, tapping on a control that is highlighted just dismisses the overlay--it does not allow the touch to register with the highlighted item. Some hit detection...

It appears that the popup view is not on the top of the layer hierarchy, resulting in it being overlaid by UITableView separators when in a UITableViewCell.

Using a slider with floating point values always results in the value on the pop up being read as x.00, due to the float being cast as an int somehow....

This is shown in the web view, but once "Okay" is clicked the sign in prompt appears.

I found this very useful in teaching how to animate layout changes. There is the ability to pinch "open" from the stacked layout to other layouts. I would like to...

I know you have this in your notes, but wanted to let you know I think that's the one feature limiting this. That, or at least having auto shrink work....

enhancement
help wanted