1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Objective-C18,166 stars (18,166 stars)3,153 forks (3,153 forks)batch import
enhancementhelp wanted
Description
Hello! Will there be any support for distributing an array of views along an axis?
Contributor guide
- Tech stack
- objective c
- Domain
- mobile
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- half day
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- Objective CAuto LayoutMasonry basics
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 35
- Research direction
- The issue requests a method to distribute an array of views along an axis with equal spacing. Investigate how Masonry currently handles layout constraints (e.g., `mas distributeViewsAlongAxis` is not implemented). Look at existing Masonry source code (especially `NSArray+MASAdditions.h`) to understand the pattern for adding a new method. Consider using `NSLayoutConstraint` APIs to create equal spacing between views. There are no linked PRs or comments providing additional guidance; the implementation would need to create a new category method on NSArray.