-
A lot has changed in Swift, from the `@noescape` parameter to generic extensions. This would be the perfect time to both take advantage of these features and clean up some of the sloppiness of the cod…
-
Hi - are you interested in a contribution which adds `Sequence` operations to this library?
The Swift `Sequence` is lazy evaluated, and as a result the various operations (take, skip, contains, ...) …
-
Hello, here is my problem when using your library. This is my first Swift (and iOS) application so I could have made errors in importing or whatever.
CONTEXT
importing your library into my applicatio…
-
I've tried everything and more to include your wonderful library, as a single .framework file, in a project of mine, but all I get is a Mach-O Linjer Error: symbol(s) not found for architecture x86_64…
-
I've created the Podfile and installed ExSwift. I see it in my xcworkspace.
It's probably not enough but I can't figure out what to do next.
![anagram_xcodeproj](https://cloud.githubusercontent.com/…
-
I have a few question about ExSwift library and swift projects in general:
- Compile of this project is very slow (mac mini, i5, ssd, Xcode 6.1 GM, os x 10.9.5.), it seems that it compiles all the sou…
-
Here is the short sample:
https://gist.github.com/cfr/dfcb50accd64014a0019
Obviously we need some kind of wrapper to avoid casting:
```
let data: @objc_block (NSDictionary, AnyObject) -> () = {…
-
Array String Dictionary
-
Hi, in NSArray.swift class there's a problem due to swift update. In fact in flatten function says "reflect is unavailable: call the Mirror(reflecting: ) initializer"
-