After doing some research, I can't really find a way to use a Snapshot Isolation level in a SQL Server view.
Is there some way to achieve it, or if it is indeed impossible, what is the best way to approach a situation, when I'd like my views to not block writers, but still avoid using NOLOCK hint on them?