Archived
1

Corrected MVC Implementation

This commit is contained in:
Kim Wittenburg
2015-01-08 21:58:15 +01:00
parent ee13abb8e7
commit 72abd9bc39
5 changed files with 34 additions and 38 deletions

View File

@@ -86,7 +86,7 @@
@class MPLayout, MPRangePath;
@class MPLayout, MPExpressionView, MPRangePath;
/*!
@@ -149,6 +149,21 @@
*/
/*!
@property expressionView
@abstract The receiver's expression view.
@discussion The expression view is the view in which the receivin
<code>MPLayout</code> instance draws itself into. Normally you
should not call the setter of this property. It is automatically
assigned when the <code>@link
//apple_ref/occ/instp/MPExpressionView/expressionStorage@/link</code>
property of the respective <code>@link
//apple_ref/occ/cl/MPExpressionView@/link</code> instance is set.
*/
@property (nonatomic, weak) MPExpressionView *expressionView;
/*!
@method font
@abstract Returns the receiver's context inferred font.