Cocoanetics / DTFoundation

Standard toolset classes and categories
BSD 2-Clause "Simplified" License
805 stars 237 forks source link

branch develop doesn't compile #47

Closed artifacts closed 10 years ago

artifacts commented 10 years ago

in DTTextAttachment.m

renamed

import "DTUtils.h"

to

import "DTCoreGraphicsUtils.h"

line 220 sizeThatFitsKeepingAspectRatio -> DTCGSizeThatFillsKeepingAspectRatio

pull req: https://github.com/Cocoanetics/DTCoreText/pull/677

odrobnik commented 10 years ago

wrong place for this. The develop branch of DTCoreText has not yet been updated yet to DTFoundation 1.6, that will happen today.