mdx

Results 3 issues of mdx

When adding "\n" to a String, the label does not work with alignment other than .left. `let attributedString = NSMutableAttributedString(string: "Check this webpage: %0$@.\nLink to %1$@ on the App Store.\nFinally...

``` public function getCount() { if ($this->_count === null) { if ($this->name === null) { throw new CException(get_class($this)." requires a name!"); } $this->_count = (int) $this->getConnection()->getClient()->lSize($this->name); } return $this->_count; }...

Why do you use audioSample1 for calc buffer2PaddingCount? while (audioSample1[buffer2PaddingCount] == 0 && ++buffer2PaddingCount < bufferSize2);