0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 3 months ago. based on code collected 3 months ago.
Feb 21, 2023 — Feb 21, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added a missing pixel when being drawn on a retina screen More... over 12 years ago
New Readme now in glorious markdown More... over 12 years ago
Brand new and updated. Now using CALayer, you can change colours, turn on shadows, set the corner radius. Just check the example project More... over 12 years ago
while cell selectionStyle property set to UITableViewCellSelectionStyleNone bug fixed More... almost 13 years ago
Moved the setup code into a seperate method. More... about 13 years ago
Fixed compiler warnings. More... about 13 years ago
fix a mem leak
tchaikov
as Kefu Chai
More... about 13 years ago
Assign to retain More... over 13 years ago
Removed font as an iVar and call directly to the UIFont API. No need to retain this. More... over 13 years ago
Updated .gitignore to ignore user data files More... over 13 years ago
Small modifications and clean up after merge from a contributors branch; specifically a release in the Cell classes Dealloc method. More... over 13 years ago
Renamed badgeNumber to badgeString to better match with the object class More... over 13 years ago
Additional ignores for better day to day git usage More... over 13 years ago
Changed iOS SDK to *latest* (feature introduced with Xcode 3.2.5) More... over 13 years ago
Demonstration projects table data array fixed, last row has no badge. Use nil if no badge is to be displayed instead of a zero. More... over 13 years ago
Memory leak plugged for reusing table cells Thanks to those who found the cause in the issues section More... over 13 years ago
Added ability to put literally anything that can be converted into a string in badges instead of integers only More... over 13 years ago
README Updated to mention mutliple authors and commits. 3 new commits from jun 16th merged into master branch More... almost 14 years ago
readme update to include clarification on apps and salability More... almost 14 years ago
Update to make cells with long detailtext not collide with badges More... almost 14 years ago
Memory leak and other small changes More... almost 14 years ago
Moved the content array to the class More... almost 14 years ago
gitignore added More... almost 14 years ago
Update to make cells with long text not collide with badges More... over 14 years ago
nil badges hidden when using "dequeueReusableCellWithIdentifier:", thanks to Stuart Shelton (@srcshelton) for bringing this to my attention. More... over 14 years ago
3.0 OS or lower bug fixed. OS Version checking done on drawing. if OS 3.0 or below badge drawn as subview to cell itself More... over 14 years ago
Badges now centered verticaly with a tip from Dean Moore More... over 14 years ago
TDBadgedCell class rewritten with pointers from Oliver White. Device orientation taken into account. frame set and drawn in layout subviews. Drawn in content view to respect the size of any accessory More... over 14 years ago
TDBadgedCell class rewritten with pointers from Oliver White. Device orientation taken into account. frame set and drawn in layout subviews. Drawn in content view to respect the size of any accessory More... over 14 years ago
License Updated to remove section on DRM. More... over 14 years ago